Html Css Color HEX #900163 Eggplant

📋 copy color: '#900163'

red 144 ◦ green 1 ◦ blue 99

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

Shades of Eggplant #900163

Tints of Eggplant #900163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 59.02%
G = 0.41%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#900163 (or 0x900163) is known color: Eggplant. HEX triplet: 90, 01 and 63. RGB value is (144,1,99). Sum of RGB (Red+Green+Blue) = 144+1+99=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #900163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900163 is #6FFE9C. Grayscale: #363636. Windows color (decimal): -7339677 or 6488464. OLE color: 6488464.

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

Color convert

RGB 144 1 99 -
CMYK 0 0.99 0.31 0.44
HSL 318.88º 0.99% 0.28% -
HSV(B) 318.88º 0.99% 0.56% -
XYZ 13.76 6.85 12.4 -
YUV 54.93 152.88 191.53 -
System Red Green Blue C M Y K H S L
Decimal 144 1 99 0 0.99 0.31 0.44 318.88 0.99 0.28
Hex 90 1 63 0 63 1F 2C 13F 63 1C
Octal 220 1 143 0 143 37 54 477 143 34
Binary 10010000 1 1100011 0 1100011 11111 101100 100111111 1100011 11100

Color Harmonies of #900163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900163

Black with #900163

Text Example


Text Example

White with #900163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900163; }

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

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

background-color css

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

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

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

border-color css

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

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

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