Html Css Color HEX #900563 Eggplant

📋 copy color: '#900563'

red 144 ◦ green 5 ◦ blue 99

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

Shades of Eggplant #900563

Tints of Eggplant #900563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 58.06%
G = 2.02%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#900563 (or 0x900563) is known color: Eggplant. HEX triplet: 90, 05 and 63. RGB value is (144,5,99). Sum of RGB (Red+Green+Blue) = 144+5+99=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #900563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900563 is #6FFA9C. Grayscale: #393939. Windows color (decimal): -7338653 or 6489488. OLE color: 6489488.

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

Color convert

RGB 144 5 99 -
CMYK 0 0.97 0.31 0.44
HSL 319.42º 0.93% 0.29% -
HSV(B) 319.42º 0.97% 0.56% -
XYZ 13.81 6.94 12.42 -
YUV 57.28 151.55 189.86 -
System Red Green Blue C M Y K H S L
Decimal 144 5 99 0 0.97 0.31 0.44 319.42 0.93 0.29
Hex 90 5 63 0 61 1F 2C 13F 5D 1D
Octal 220 5 143 0 141 37 54 477 135 35
Binary 10010000 101 1100011 0 1100001 11111 101100 100111111 1011101 11101

Color Harmonies of #900563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900563

Black with #900563

Text Example


Text Example

White with #900563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900563; }

 p { color: rgb(144,5,99); }

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

background-color css

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

 a { background-color: rgb(144,5,99); }

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

border-color css

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

 span { border-color: rgb(144,5,99); }

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