Html Css Color HEX #900B63 Eggplant

📋 copy color: '#900B63'

red 144 ◦ green 11 ◦ blue 99

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

Shades of Eggplant #900B63

Tints of Eggplant #900B63

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.33%

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

R = 56.69%
G = 4.33%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#900B63 (or 0x900B63) is known color: Eggplant. HEX triplet: 90, 0B and 63. RGB value is (144,11,99). Sum of RGB (Red+Green+Blue) = 144+11+99=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #900B63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900B63 is #6FF49C. Grayscale: #3C3C3C. Windows color (decimal): -7337117 or 6491024. OLE color: 6491024.

HSL color Cylindrical-coordinate representation of color #900B63: hue angle of 320.3º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900B63 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 11 99 -
CMYK 0 0.92 0.31 0.44
HSL 320.3º 0.86% 0.3% -
HSV(B) 320.3º 0.92% 0.56% -
XYZ 13.87 7.07 12.44 -
YUV 60.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 144 11 99 0 0.92 0.31 0.44 320.3 0.86 0.3
Hex 90 B 63 0 5C 1F 2C 140 56 1E
Octal 220 13 143 0 134 37 54 500 126 36
Binary 10010000 1011 1100011 0 1011100 11111 101100 101000000 1010110 11110

Color Harmonies of #900B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900B63

Black with #900B63

Text Example


Text Example

White with #900B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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