Html Css Color HEX #99017A Eggplant

📋 copy color: '#99017A'

red 153 ◦ green 1 ◦ blue 122

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

Shades of Eggplant #99017A

Tints of Eggplant #99017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.2%

R = 55.43%
G = 0.36%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99017A (or 0x99017A) is known color: Eggplant. HEX triplet: 99, 01 and 7A. RGB value is (153,1,122). Sum of RGB (Red+Green+Blue) = 153+1+122=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #99017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99017A is #66FE85. Grayscale: #3B3B3B. Windows color (decimal): -6749830 or 7995801. OLE color: 7995801.

HSL color Cylindrical-coordinate representation of color #99017A: hue angle of 312.24º 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 #99017A is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 122 -
CMYK 0 0.99 0.20 0.4
HSL 312.24º 0.99% 0.3% -
HSV(B) 312.24º 0.99% 0.6% -
XYZ 16.66 8.2 19.12 -
YUV 60.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 153 1 122 0 0.99 0.20 0.4 312.24 0.99 0.3
Hex 99 1 7A 0 63 14 28 138 63 1E
Octal 231 1 172 0 143 24 50 470 143 36
Binary 10011001 1 1111010 0 1100011 10100 101000 100111000 1100011 11110

Color Harmonies of #99017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99017A

Black with #99017A

Text Example


Text Example

White with #99017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99017A; }

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

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

background-color css

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

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

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

border-color css

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

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

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