Html Css Color HEX #90006D Eggplant

📋 copy color: '#90006D'

red 144 ◦ green 0 ◦ blue 109

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

Shades of Eggplant #90006D

Tints of Eggplant #90006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 43.08%

R = 56.92%
G = 0%
B = 43.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#90006D (or 0x90006D) is known color: Eggplant. HEX triplet: 90, 00 and 6D. RGB value is (144,0,109). Sum of RGB (Red+Green+Blue) = 144+0+109=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #90006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90006D is #6FFF92. Grayscale: #373737. Windows color (decimal): -7339923 or 7143568. OLE color: 7143568.

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

Color convert

RGB 144 0 109 -
CMYK 0 1 0.24 0.44
HSL 314.58º 1% 0.28% -
HSV(B) 314.58º 1% 0.56% -
XYZ 14.26 7.03 15.07 -
YUV 55.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 144 0 109 0 1 0.24 0.44 314.58 1 0.28
Hex 90 0 6D 0 64 18 2C 13B 64 1C
Octal 220 0 155 0 144 30 54 473 144 34
Binary 10010000 0 1101101 0 1100100 11000 101100 100111011 1100100 11100

Color Harmonies of #90006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90006D

Black with #90006D

Text Example


Text Example

White with #90006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,0,109); }

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

background-color css

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

 a { background-color: rgb(144,0,109); }

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

border-color css

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

 span { border-color: rgb(144,0,109); }

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