Html Css Color HEX #8C0962 Eggplant

📋 copy color: '#8C0962'

red 140 ◦ green 9 ◦ blue 98

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

Shades of Eggplant #8C0962

Tints of Eggplant #8C0962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.64%

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

R = 56.68%
G = 3.64%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C0962 (or 0x8C0962) is known color: Eggplant. HEX triplet: 8C, 09 and 62. RGB value is (140,9,98). Sum of RGB (Red+Green+Blue) = 140+9+98=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0962 is #73F69D. Grayscale: #3A3A3A. Windows color (decimal): -7599774 or 6424972. OLE color: 6424972.

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

Color convert

RGB 140 9 98 -
CMYK 0 0.94 0.3 0.45
HSL 319.24º 0.88% 0.29% -
HSV(B) 319.24º 0.94% 0.55% -
XYZ 13.12 6.65 12.15 -
YUV 58.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 140 9 98 0 0.94 0.3 0.45 319.24 0.88 0.29
Hex 8C 9 62 0 5E 1E 2D 13F 58 1D
Octal 214 11 142 0 136 36 55 477 130 35
Binary 10001100 1001 1100010 0 1011110 11110 101101 100111111 1011000 11101

Color Harmonies of #8C0962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0962

Black with #8C0962

Text Example


Text Example

White with #8C0962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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