Html Css Color HEX #990162 Eggplant

📋 copy color: '#990162'

red 153 ◦ green 1 ◦ blue 98

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

Shades of Eggplant #990162

Tints of Eggplant #990162

RGB

 RED value IS 153 (60.16% from 255) = 60.71%

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 60.71%
G = 0.4%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#990162 (or 0x990162) is known color: Eggplant. HEX triplet: 99, 01 and 62. RGB value is (153,1,98). Sum of RGB (Red+Green+Blue) = 153+1+98=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #990162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990162 is #66FE9D. Grayscale: #393939. Windows color (decimal): -6749854 or 6422937. OLE color: 6422937.

HSL color Cylindrical-coordinate representation of color #990162: hue angle of 321.71º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990162 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 98 -
CMYK 0 0.99 0.36 0.4
HSL 321.71º 0.99% 0.3% -
HSV(B) 321.71º 0.99% 0.6% -
XYZ 15.35 7.68 12.23 -
YUV 57.51 150.86 196.11 -
System Red Green Blue C M Y K H S L
Decimal 153 1 98 0 0.99 0.36 0.4 321.71 0.99 0.3
Hex 99 1 62 0 63 24 28 142 63 1E
Octal 231 1 142 0 143 44 50 502 143 36
Binary 10011001 1 1100010 0 1100011 100100 101000 101000010 1100011 11110

Color Harmonies of #990162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990162

Black with #990162

Text Example


Text Example

White with #990162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990162; }

 p { color: rgb(153,1,98); }

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

background-color css

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

 a { background-color: rgb(153,1,98); }

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

border-color css

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

 span { border-color: rgb(153,1,98); }

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