#900766

Color #900766 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #900766

Tints of Eggplant #900766

Color information

#900766 (or 0x900766) is unknown color: approx Eggplant. HEX triplet: 90, 07 and 66. RGB value is (144,7,102). Sum of RGB (Red+Green+Blue) = 144+7+102=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #900766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900766 is #6FF899. Grayscale: #3A3A3A. Windows color (decimal): -7338138 or 6686608. OLE color: 6686608.

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

Color convert

RGB1447102-
CMYK00.950.290.44
HSL318.39º90.73%29.61%-
HSV(B)318.39º95.14%56.47%-
XYZ13.987.0413.19-
YUV58.79152.39188.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.92%
GREEN value IS 7 (3.12% from 255) = 2.77%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=56.92%
G=2.77%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144710200.950.290.44318.3990.7329.61
Hex9076605F1D2C13e5b1e
Octal22071460137355447613336
Binary1001000011111001100101111111101101100100111110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900766; }

 p { color: rgb(144,7,102); }

 H1.HeaderClassName
 {
   color: #900766;
 }
 .AnyTagClassName
 {
   color: #900766;
 }
</style>
background-color css

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

 a { background-color: rgb(144,7,102); }

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

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

 span { border-color: rgb(144,7,102); }

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