Html Css Color HEX #900655 Eggplant

📋 copy color: '#900655'

red 144 ◦ green 6 ◦ blue 85

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

Shades of Eggplant #900655

Tints of Eggplant #900655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.55%

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

R = 61.28%
G = 2.55%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#900655 (or 0x900655) is known color: Eggplant. HEX triplet: 90, 06 and 55. RGB value is (144,6,85). Sum of RGB (Red+Green+Blue) = 144+6+85=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #900655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900655 is #6FF9AA. Grayscale: #383838. Windows color (decimal): -7338411 or 5572240. OLE color: 5572240.

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

Color convert

RGB 144 6 85 -
CMYK 0 0.96 0.41 0.44
HSL 325.65º 0.92% 0.29% -
HSV(B) 325.65º 0.96% 0.56% -
XYZ 13.21 6.72 9.19 -
YUV 56.27 144.22 190.58 -
System Red Green Blue C M Y K H S L
Decimal 144 6 85 0 0.96 0.41 0.44 325.65 0.92 0.29
Hex 90 6 55 0 60 29 2C 146 5C 1D
Octal 220 6 125 0 140 51 54 506 134 35
Binary 10010000 110 1010101 0 1100000 101001 101100 101000110 1011100 11101

Color Harmonies of #900655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900655

Black with #900655

Text Example


Text Example

White with #900655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900655; }

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

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

background-color css

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

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

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

border-color css

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

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

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