Html Css Color HEX #90135F Eggplant

📋 copy color: '#90135F'

red 144 ◦ green 19 ◦ blue 95

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

Shades of Eggplant #90135F

Tints of Eggplant #90135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.36%

 BLUE value IS 95 (37.5% from 255) = 36.82%

R = 55.81%
G = 7.36%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#90135F (or 0x90135F) is known color: Eggplant. HEX triplet: 90, 13 and 5F. RGB value is (144,19,95). Sum of RGB (Red+Green+Blue) = 144+19+95=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #90135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90135F is #6FECA0. Grayscale: #404040. Windows color (decimal): -7335073 or 6230928. OLE color: 6230928.

HSL color Cylindrical-coordinate representation of color #90135F: hue angle of 323.52º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90135F is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 19 95 -
CMYK 0 0.87 0.34 0.44
HSL 323.52º 0.77% 0.32% -
HSV(B) 323.52º 0.87% 0.56% -
XYZ 13.8 7.22 11.49 -
YUV 65.04 144.91 184.32 -
System Red Green Blue C M Y K H S L
Decimal 144 19 95 0 0.87 0.34 0.44 323.52 0.77 0.32
Hex 90 13 5F 0 57 22 2C 144 4D 20
Octal 220 23 137 0 127 42 54 504 115 40
Binary 10010000 10011 1011111 0 1010111 100010 101100 101000100 1001101 100000

Color Harmonies of #90135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90135F

Black with #90135F

Text Example


Text Example

White with #90135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90135F; }

 p { color: rgb(144,19,95); }

 H1.HeaderClassName
 {
   color: #90135F;
 }
 .AnyTagClassName
 {
   color: #90135F;
 }
</style>

background-color css

<style>
 a { background-color: #90135F; }

 a { background-color: rgb(144,19,95); }

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

border-color css

<style>
 span { border-color: #90135F; }

 span { border-color: rgb(144,19,95); }

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