Html Css Color HEX #8C0B68 Eggplant

📋 copy color: '#8C0B68'

red 140 ◦ green 11 ◦ blue 104

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

Shades of Eggplant #8C0B68

Tints of Eggplant #8C0B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.78%

R = 54.9%
G = 4.31%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8C0B68 (or 0x8C0B68) is known color: Eggplant. HEX triplet: 8C, 0B and 68. RGB value is (140,11,104). Sum of RGB (Red+Green+Blue) = 140+11+104=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0B68 is #73F497. Grayscale: #3B3B3B. Windows color (decimal): -7599256 or 6818700. OLE color: 6818700.

HSL color Cylindrical-coordinate representation of color #8C0B68: hue angle of 316.74º 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 #8C0B68 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 11 104 -
CMYK 0 0.92 0.26 0.45
HSL 316.74º 0.85% 0.3% -
HSV(B) 316.74º 0.92% 0.55% -
XYZ 13.43 6.81 13.7 -
YUV 60.17 152.74 184.94 -
System Red Green Blue C M Y K H S L
Decimal 140 11 104 0 0.92 0.26 0.45 316.74 0.85 0.3
Hex 8C B 68 0 5C 1A 2D 13D 55 1E
Octal 214 13 150 0 134 32 55 475 125 36
Binary 10001100 1011 1101000 0 1011100 11010 101101 100111101 1010101 11110

Color Harmonies of #8C0B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0B68

Black with #8C0B68

Text Example


Text Example

White with #8C0B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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