Html Css Color HEX #90015D Eggplant

📋 copy color: '#90015D'

red 144 ◦ green 1 ◦ blue 93

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

Shades of Eggplant #90015D

Tints of Eggplant #90015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.08%

R = 60.5%
G = 0.42%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90015D (or 0x90015D) is known color: Eggplant. HEX triplet: 90, 01 and 5D. RGB value is (144,1,93). Sum of RGB (Red+Green+Blue) = 144+1+93=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #90015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90015D is #6FFEA2. Grayscale: #363636. Windows color (decimal): -7339683 or 6095248. OLE color: 6095248.

HSL color Cylindrical-coordinate representation of color #90015D: hue angle of 321.4º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90015D is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 1 93 -
CMYK 0 0.99 0.35 0.44
HSL 321.4º 0.99% 0.28% -
HSV(B) 321.4º 0.99% 0.56% -
XYZ 13.49 6.74 10.95 -
YUV 54.25 149.88 192.02 -
System Red Green Blue C M Y K H S L
Decimal 144 1 93 0 0.99 0.35 0.44 321.4 0.99 0.28
Hex 90 1 5D 0 63 23 2C 141 63 1C
Octal 220 1 135 0 143 43 54 501 143 34
Binary 10010000 1 1011101 0 1100011 100011 101100 101000001 1100011 11100

Color Harmonies of #90015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90015D

Black with #90015D

Text Example


Text Example

White with #90015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90015D; }

 p { color: rgb(144,1,93); }

 H1.HeaderClassName
 {
   color: #90015D;
 }
 .AnyTagClassName
 {
   color: #90015D;
 }
</style>

background-color css

<style>
 a { background-color: #90015D; }

 a { background-color: rgb(144,1,93); }

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

border-color css

<style>
 span { border-color: #90015D; }

 span { border-color: rgb(144,1,93); }

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