Html Css Color HEX #8C0B78 Dark Purple

📋 copy color: '#8C0B78'

red 140 ◦ green 11 ◦ blue 120

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

Shades of Dark Purple #8C0B78

Tints of Dark Purple #8C0B78

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.06%

 BLUE value IS 120 (47.27% from 255) = 44.28%

R = 51.66%
G = 4.06%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C0B78 (or 0x8C0B78) is known color: Dark Purple. HEX triplet: 8C, 0B and 78. RGB value is (140,11,120). Sum of RGB (Red+Green+Blue) = 140+11+120=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0B78 is #73F487. Grayscale: #3D3D3D. Windows color (decimal): -7599240 or 7867276. OLE color: 7867276.

HSL color Cylindrical-coordinate representation of color #8C0B78: hue angle of 309.3º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0B78 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 11 120 -
CMYK 0 0.92 0.14 0.45
HSL 309.3º 0.85% 0.3% -
HSV(B) 309.3º 0.92% 0.55% -
XYZ 14.33 7.17 18.4 -
YUV 62 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 140 11 120 0 0.92 0.14 0.45 309.3 0.85 0.3
Hex 8C B 78 0 5C E 2D 135 55 1E
Octal 214 13 170 0 134 16 55 465 125 36
Binary 10001100 1011 1111000 0 1011100 1110 101101 100110101 1010101 11110

Color Harmonies of #8C0B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0B78

Black with #8C0B78

Text Example


Text Example

White with #8C0B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,11,120); }

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

background-color css

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

 a { background-color: rgb(140,11,120); }

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

border-color css

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

 span { border-color: rgb(140,11,120); }

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