Html Css Color HEX #99007A Eggplant

📋 copy color: '#99007A'

red 153 ◦ green 0 ◦ blue 122

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

Shades of Eggplant #99007A

Tints of Eggplant #99007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.64%
G = 0%
B = 44.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99007A (or 0x99007A) is known color: Eggplant. HEX triplet: 99, 00 and 7A. RGB value is (153,0,122). Sum of RGB (Red+Green+Blue) = 153+0+122=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #99007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99007A is #66FF85. Grayscale: #3B3B3B. Windows color (decimal): -6750086 or 7995545. OLE color: 7995545.

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

Color convert

RGB 153 0 122 -
CMYK 0 1 0.20 0.4
HSL 312.16º 1% 0.3% -
HSV(B) 312.16º 1% 0.6% -
XYZ 16.65 8.18 19.11 -
YUV 59.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 153 0 122 0 1 0.20 0.4 312.16 1 0.3
Hex 99 0 7A 0 64 14 28 138 64 1E
Octal 231 0 172 0 144 24 50 470 144 36
Binary 10011001 0 1111010 0 1100100 10100 101000 100111000 1100100 11110

Color Harmonies of #99007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99007A

Black with #99007A

Text Example


Text Example

White with #99007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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