Html Css Color HEX #9E1874 Eggplant

📋 copy color: '#9E1874'

red 158 ◦ green 24 ◦ blue 116

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

Shades of Eggplant #9E1874

Tints of Eggplant #9E1874

RGB

 RED value IS 158 (62.11% from 255) = 53.02%

 GREEN value IS 24 (9.77% from 255) = 8.05%

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 53.02%
G = 8.05%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9E1874 (or 0x9E1874) is known color: Eggplant. HEX triplet: 9E, 18 and 74. RGB value is (158,24,116). Sum of RGB (Red+Green+Blue) = 158+24+116=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1874 is #61E78B. Grayscale: #4A4A4A. Windows color (decimal): -6416268 or 7608478. OLE color: 7608478.

HSL color Cylindrical-coordinate representation of color #9E1874: hue angle of 318.81º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1874 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 24 116 -
CMYK 0 0.85 0.27 0.38
HSL 318.81º 0.74% 0.36% -
HSV(B) 318.81º 0.85% 0.62% -
XYZ 17.58 9.18 17.37 -
YUV 74.55 151.39 187.52 -
System Red Green Blue C M Y K H S L
Decimal 158 24 116 0 0.85 0.27 0.38 318.81 0.74 0.36
Hex 9E 18 74 0 55 1B 26 13F 4A 24
Octal 236 30 164 0 125 33 46 477 112 44
Binary 10011110 11000 1110100 0 1010101 11011 100110 100111111 1001010 100100

Color Harmonies of #9E1874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1874

Black with #9E1874

Text Example


Text Example

White with #9E1874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E1874; }

 p { color: rgb(158,24,116); }

 H1.HeaderClassName
 {
   color: #9E1874;
 }
 .AnyTagClassName
 {
   color: #9E1874;
 }
</style>

background-color css

<style>
 a { background-color: #9E1874; }

 a { background-color: rgb(158,24,116); }

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

border-color css

<style>
 span { border-color: #9E1874; }

 span { border-color: rgb(158,24,116); }

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