Html Css Color HEX #99025A Eggplant

📋 copy color: '#99025A'

red 153 ◦ green 2 ◦ blue 90

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

Shades of Eggplant #99025A

Tints of Eggplant #99025A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 62.45%
G = 0.82%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99025A (or 0x99025A) is known color: Eggplant. HEX triplet: 99, 02 and 5A. RGB value is (153,2,90). Sum of RGB (Red+Green+Blue) = 153+2+90=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #99025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99025A is #66FDA5. Grayscale: #383838. Windows color (decimal): -6749606 or 5898905. OLE color: 5898905.

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

Color convert

RGB 153 2 90 -
CMYK 0 0.99 0.41 0.4
HSL 325.03º 0.97% 0.3% -
HSV(B) 325.03º 0.99% 0.6% -
XYZ 15 7.55 10.34 -
YUV 57.18 146.53 196.34 -
System Red Green Blue C M Y K H S L
Decimal 153 2 90 0 0.99 0.41 0.4 325.03 0.97 0.3
Hex 99 2 5A 0 63 29 28 145 61 1E
Octal 231 2 132 0 143 51 50 505 141 36
Binary 10011001 10 1011010 0 1100011 101001 101000 101000101 1100001 11110

Color Harmonies of #99025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99025A

Black with #99025A

Text Example


Text Example

White with #99025A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,2,90); }

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

background-color css

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

 a { background-color: rgb(153,2,90); }

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

border-color css

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

 span { border-color: rgb(153,2,90); }

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