Html Css Color HEX #90025C Eggplant

📋 copy color: '#90025C'

red 144 ◦ green 2 ◦ blue 92

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

Shades of Eggplant #90025C

Tints of Eggplant #90025C

RGB

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

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

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

R = 60.5%
G = 0.84%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#90025C (or 0x90025C) is known color: Eggplant. HEX triplet: 90, 02 and 5C. RGB value is (144,2,92). Sum of RGB (Red+Green+Blue) = 144+2+92=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #90025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90025C is #6FFDA3. Grayscale: #363636. Windows color (decimal): -7339428 or 6029968. OLE color: 6029968.

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

Color convert

RGB 144 2 92 -
CMYK 0 0.99 0.36 0.44
HSL 321.97º 0.97% 0.29% -
HSV(B) 321.97º 0.99% 0.56% -
XYZ 13.46 6.75 10.72 -
YUV 54.72 149.04 191.68 -
System Red Green Blue C M Y K H S L
Decimal 144 2 92 0 0.99 0.36 0.44 321.97 0.97 0.29
Hex 90 2 5C 0 63 24 2C 142 61 1D
Octal 220 2 134 0 143 44 54 502 141 35
Binary 10010000 10 1011100 0 1100011 100100 101100 101000010 1100001 11101

Color Harmonies of #90025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90025C

Black with #90025C

Text Example


Text Example

White with #90025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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