Html Css Color HEX #90016A Eggplant

📋 copy color: '#90016A'

red 144 ◦ green 1 ◦ blue 106

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

Shades of Eggplant #90016A

Tints of Eggplant #90016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.23%

R = 57.37%
G = 0.4%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#90016A (or 0x90016A) is known color: Eggplant. HEX triplet: 90, 01 and 6A. RGB value is (144,1,106). Sum of RGB (Red+Green+Blue) = 144+1+106=251 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.37% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 144 - color contains mainly: red. Hex color #90016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90016A is #6FFE95. Grayscale: #373737. Windows color (decimal): -7339670 or 6947216. OLE color: 6947216.

HSL color Cylindrical-coordinate representation of color #90016A: hue angle of 315.94º 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 #90016A is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 1 106 -
CMYK 0 0.99 0.26 0.44
HSL 315.94º 0.99% 0.28% -
HSV(B) 315.94º 0.99% 0.56% -
XYZ 14.11 6.99 14.24 -
YUV 55.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 144 1 106 0 0.99 0.26 0.44 315.94 0.99 0.28
Hex 90 1 6A 0 63 1A 2C 13C 63 1C
Octal 220 1 152 0 143 32 54 474 143 34
Binary 10010000 1 1101010 0 1100011 11010 101100 100111100 1100011 11100

Color Harmonies of #90016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90016A

Black with #90016A

Text Example


Text Example

White with #90016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90016A; }

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

 H1.HeaderClassName
 {
   color: #90016A;
 }
 .AnyTagClassName
 {
   color: #90016A;
 }
</style>

background-color css

<style>
 a { background-color: #90016A; }

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

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

border-color css

<style>
 span { border-color: #90016A; }

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

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