Html Css Color HEX #8E0963 Eggplant

📋 copy color: '#8E0963'

red 142 ◦ green 9 ◦ blue 99

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

Shades of Eggplant #8E0963

Tints of Eggplant #8E0963

RGB

 RED value IS 142 (55.86% from 255) = 56.8%

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

 BLUE value IS 99 (39.06% from 255) = 39.6%

R = 56.8%
G = 3.6%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E0963 (or 0x8E0963) is known color: Eggplant. HEX triplet: 8E, 09 and 63. RGB value is (142,9,99). Sum of RGB (Red+Green+Blue) = 142+9+99=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0963 is #71F69C. Grayscale: #3A3A3A. Windows color (decimal): -7468701 or 6490510. OLE color: 6490510.

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

Color convert

RGB 142 9 99 -
CMYK 0 0.94 0.30 0.44
HSL 319.4º 0.88% 0.3% -
HSV(B) 319.4º 0.94% 0.56% -
XYZ 13.51 6.85 12.41 -
YUV 59.03 150.56 187.18 -
System Red Green Blue C M Y K H S L
Decimal 142 9 99 0 0.94 0.30 0.44 319.4 0.88 0.3
Hex 8E 9 63 0 5E 1E 2C 13F 58 1E
Octal 216 11 143 0 136 36 54 477 130 36
Binary 10001110 1001 1100011 0 1011110 11110 101100 100111111 1011000 11110

Color Harmonies of #8E0963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0963

Black with #8E0963

Text Example


Text Example

White with #8E0963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,9,99); }

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

background-color css

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

 a { background-color: rgb(142,9,99); }

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

border-color css

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

 span { border-color: rgb(142,9,99); }

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