Html Css Color HEX #99017B Eggplant

📋 copy color: '#99017B'

red 153 ◦ green 1 ◦ blue 123

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

Shades of Eggplant #99017B

Tints of Eggplant #99017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.4%

R = 55.23%
G = 0.36%
B = 44.4%

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

#99017B (or 0x99017B) is known color: Eggplant. HEX triplet: 99, 01 and 7B. RGB value is (153,1,123). Sum of RGB (Red+Green+Blue) = 153+1+123=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #99017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99017B is #66FE84. Grayscale: #3C3C3C. Windows color (decimal): -6749829 or 8061337. OLE color: 8061337.

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

Color convert

RGB 153 1 123 -
CMYK 0 0.99 0.20 0.4
HSL 311.84º 0.99% 0.3% -
HSV(B) 311.84º 0.99% 0.6% -
XYZ 16.72 8.22 19.44 -
YUV 60.36 163.36 194.08 -
System Red Green Blue C M Y K H S L
Decimal 153 1 123 0 0.99 0.20 0.4 311.84 0.99 0.3
Hex 99 1 7B 0 63 14 28 138 63 1E
Octal 231 1 173 0 143 24 50 470 143 36
Binary 10011001 1 1111011 0 1100011 10100 101000 100111000 1100011 11110

Color Harmonies of #99017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99017B

Black with #99017B

Text Example


Text Example

White with #99017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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