Html Css Color HEX #8C0A69 Eggplant

📋 copy color: '#8C0A69'

red 140 ◦ green 10 ◦ blue 105

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

Shades of Eggplant #8C0A69

Tints of Eggplant #8C0A69

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.92%

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 54.9%
G = 3.92%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8C0A69 (or 0x8C0A69) is known color: Eggplant. HEX triplet: 8C, 0A and 69. RGB value is (140,10,105). Sum of RGB (Red+Green+Blue) = 140+10+105=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A69 is #73F596. Grayscale: #3B3B3B. Windows color (decimal): -7599511 or 6883980. OLE color: 6883980.

HSL color Cylindrical-coordinate representation of color #8C0A69: hue angle of 316.15º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A69 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 10 105 -
CMYK 0 0.93 0.25 0.45
HSL 316.15º 0.87% 0.29% -
HSV(B) 316.15º 0.93% 0.55% -
XYZ 13.47 6.81 13.97 -
YUV 59.7 153.57 185.28 -
System Red Green Blue C M Y K H S L
Decimal 140 10 105 0 0.93 0.25 0.45 316.15 0.87 0.29
Hex 8C A 69 0 5D 19 2D 13C 57 1D
Octal 214 12 151 0 135 31 55 474 127 35
Binary 10001100 1010 1101001 0 1011101 11001 101101 100111100 1010111 11101

Color Harmonies of #8C0A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0A69

Black with #8C0A69

Text Example


Text Example

White with #8C0A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,10,105); }

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

background-color css

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

 a { background-color: rgb(140,10,105); }

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

border-color css

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

 span { border-color: rgb(140,10,105); }

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