Html Css Color HEX #900855 Eggplant

📋 copy color: '#900855'

red 144 ◦ green 8 ◦ blue 85

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

Shades of Eggplant #900855

Tints of Eggplant #900855

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.38%

 BLUE value IS 85 (33.59% from 255) = 35.86%

R = 60.76%
G = 3.38%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#900855 (or 0x900855) is known color: Eggplant. HEX triplet: 90, 08 and 55. RGB value is (144,8,85). Sum of RGB (Red+Green+Blue) = 144+8+85=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #900855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900855 is #6FF7AA. Grayscale: #393939. Windows color (decimal): -7337899 or 5572752. OLE color: 5572752.

HSL color Cylindrical-coordinate representation of color #900855: hue angle of 326.03º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900855 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 8 85 -
CMYK 0 0.94 0.41 0.44
HSL 326.03º 0.89% 0.3% -
HSV(B) 326.03º 0.94% 0.56% -
XYZ 13.23 6.76 9.2 -
YUV 57.44 143.56 189.74 -
System Red Green Blue C M Y K H S L
Decimal 144 8 85 0 0.94 0.41 0.44 326.03 0.89 0.3
Hex 90 8 55 0 5E 29 2C 146 59 1E
Octal 220 10 125 0 136 51 54 506 131 36
Binary 10010000 1000 1010101 0 1011110 101001 101100 101000110 1011001 11110

Color Harmonies of #900855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900855

Black with #900855

Text Example


Text Example

White with #900855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900855; }

 p { color: rgb(144,8,85); }

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

background-color css

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

 a { background-color: rgb(144,8,85); }

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

border-color css

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

 span { border-color: rgb(144,8,85); }

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