Html Css Color HEX #8C0669 Eggplant

📋 copy color: '#8C0669'

red 140 ◦ green 6 ◦ blue 105

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

Shades of Eggplant #8C0669

Tints of Eggplant #8C0669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.39%

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

R = 55.78%
G = 2.39%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8C0669 (or 0x8C0669) is known color: Eggplant. HEX triplet: 8C, 06 and 69. RGB value is (140,6,105). Sum of RGB (Red+Green+Blue) = 140+6+105=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0669 is #73F996. Grayscale: #393939. Windows color (decimal): -7600535 or 6882956. OLE color: 6882956.

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

Color convert

RGB 140 6 105 -
CMYK 0 0.96 0.25 0.45
HSL 315.67º 0.92% 0.29% -
HSV(B) 315.67º 0.96% 0.55% -
XYZ 13.43 6.73 13.95 -
YUV 57.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 140 6 105 0 0.96 0.25 0.45 315.67 0.92 0.29
Hex 8C 6 69 0 60 19 2D 13C 5C 1D
Octal 214 6 151 0 140 31 55 474 134 35
Binary 10001100 110 1101001 0 1100000 11001 101101 100111100 1011100 11101

Color Harmonies of #8C0669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0669

Black with #8C0669

Text Example


Text Example

White with #8C0669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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