Html Css Color HEX #90136C Eggplant

📋 copy color: '#90136C'

red 144 ◦ green 19 ◦ blue 108

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

Shades of Eggplant #90136C

Tints of Eggplant #90136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.85%

R = 53.14%
G = 7.01%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#90136C (or 0x90136C) is known color: Eggplant. HEX triplet: 90, 13 and 6C. RGB value is (144,19,108). Sum of RGB (Red+Green+Blue) = 144+19+108=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #90136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90136C is #6FEC93. Grayscale: #424242. Windows color (decimal): -7335060 or 7082896. OLE color: 7082896.

HSL color Cylindrical-coordinate representation of color #90136C: hue angle of 317.28º 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 #90136C is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 19 108 -
CMYK 0 0.87 0.25 0.44
HSL 317.28º 0.77% 0.32% -
HSV(B) 317.28º 0.87% 0.56% -
XYZ 14.44 7.48 14.87 -
YUV 66.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 144 19 108 0 0.87 0.25 0.44 317.28 0.77 0.32
Hex 90 13 6C 0 57 19 2C 13D 4D 20
Octal 220 23 154 0 127 31 54 475 115 40
Binary 10010000 10011 1101100 0 1010111 11001 101100 100111101 1001101 100000

Color Harmonies of #90136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90136C

Black with #90136C

Text Example


Text Example

White with #90136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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