Html Css Color HEX #8C0E7B Dark Purple

📋 copy color: '#8C0E7B'

red 140 ◦ green 14 ◦ blue 123

#8C0E7B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #8C0E7B

Tints of Dark Purple #8C0E7B

RGB

 RED value IS 140 (55.08% from 255) = 50.54%

 GREEN value IS 14 (5.86% from 255) = 5.05%

 BLUE value IS 123 (48.44% from 255) = 44.4%

R = 50.54%
G = 5.05%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8C0E7B (or 0x8C0E7B) is known color: Dark Purple. HEX triplet: 8C, 0E and 7B. RGB value is (140,14,123). Sum of RGB (Red+Green+Blue) = 140+14+123=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0E7B is #73F184. Grayscale: #3F3F3F. Windows color (decimal): -7598469 or 8064652. OLE color: 8064652.

HSL color Cylindrical-coordinate representation of color #8C0E7B: hue angle of 308.1º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C0E7B is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 14 123 -
CMYK 0 0.90 0.12 0.45
HSL 308.1º 0.82% 0.3% -
HSV(B) 308.1º 0.9% 0.55% -
XYZ 14.55 7.32 19.38 -
YUV 64.1 161.24 182.14 -
System Red Green Blue C M Y K H S L
Decimal 140 14 123 0 0.90 0.12 0.45 308.1 0.82 0.3
Hex 8C E 7B 0 5A C 2D 134 52 1E
Octal 214 16 173 0 132 14 55 464 122 36
Binary 10001100 1110 1111011 0 1011010 1100 101101 100110100 1010010 11110

Color Harmonies of #8C0E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0E7B

Black with #8C0E7B

Text Example


Text Example

White with #8C0E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C0E7B; }

 p { color: rgb(140,14,123); }

 H1.HeaderClassName
 {
   color: #8C0E7B;
 }
 .AnyTagClassName
 {
   color: #8C0E7B;
 }
</style>

background-color css

<style>
 a { background-color: #8C0E7B; }

 a { background-color: rgb(140,14,123); }

 div.DivClassName
 {
   background-color: #8C0E7B;
 }
 .BgClassName
 {
   background-color: #8C0E7B;
 }
</style>

border-color css

<style>
 span { border-color: #8C0E7B; }

 span { border-color: rgb(140,14,123); }

 td.TdClassName
 {
   border-color: #8C0E7B;
 }
 .TagClassName
 {
   border-color: #8C0E7B;
 }
</style>