Html Css Color HEX #8C0662 Eggplant

📋 copy color: '#8C0662'

red 140 ◦ green 6 ◦ blue 98

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

Shades of Eggplant #8C0662

Tints of Eggplant #8C0662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.16%

R = 57.38%
G = 2.46%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C0662 (or 0x8C0662) is known color: Eggplant. HEX triplet: 8C, 06 and 62. RGB value is (140,6,98). Sum of RGB (Red+Green+Blue) = 140+6+98=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0662 is #73F99D. Grayscale: #383838. Windows color (decimal): -7600542 or 6424204. OLE color: 6424204.

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

Color convert

RGB 140 6 98 -
CMYK 0 0.96 0.3 0.45
HSL 318.81º 0.92% 0.29% -
HSV(B) 318.81º 0.96% 0.55% -
XYZ 13.08 6.59 12.14 -
YUV 56.55 151.39 187.52 -
System Red Green Blue C M Y K H S L
Decimal 140 6 98 0 0.96 0.3 0.45 318.81 0.92 0.29
Hex 8C 6 62 0 60 1E 2D 13F 5C 1D
Octal 214 6 142 0 140 36 55 477 134 35
Binary 10001100 110 1100010 0 1100000 11110 101101 100111111 1011100 11101

Color Harmonies of #8C0662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0662

Black with #8C0662

Text Example


Text Example

White with #8C0662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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