Html Css Color HEX #90095C Eggplant

📋 copy color: '#90095C'

red 144 ◦ green 9 ◦ blue 92

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

Shades of Eggplant #90095C

Tints of Eggplant #90095C

RGB

 RED value IS 144 (56.64% from 255) = 58.78%

 GREEN value IS 9 (3.91% from 255) = 3.67%

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 58.78%
G = 3.67%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#90095C (or 0x90095C) is known color: Eggplant. HEX triplet: 90, 09 and 5C. RGB value is (144,9,92). Sum of RGB (Red+Green+Blue) = 144+9+92=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #90095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90095C is #6FF6A3. Grayscale: #3A3A3A. Windows color (decimal): -7337636 or 6031760. OLE color: 6031760.

HSL color Cylindrical-coordinate representation of color #90095C: hue angle of 323.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90095C is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 9 92 -
CMYK 0 0.94 0.36 0.44
HSL 323.11º 0.88% 0.3% -
HSV(B) 323.11º 0.94% 0.56% -
XYZ 13.53 6.9 10.74 -
YUV 58.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 144 9 92 0 0.94 0.36 0.44 323.11 0.88 0.3
Hex 90 9 5C 0 5E 24 2C 143 58 1E
Octal 220 11 134 0 136 44 54 503 130 36
Binary 10010000 1001 1011100 0 1011110 100100 101100 101000011 1011000 11110

Color Harmonies of #90095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90095C

Black with #90095C

Text Example


Text Example

White with #90095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90095C; }

 p { color: rgb(144,9,92); }

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

background-color css

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

 a { background-color: rgb(144,9,92); }

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

border-color css

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

 span { border-color: rgb(144,9,92); }

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