#90065F

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

Shades of Eggplant #90065F

Tints of Eggplant #90065F

Color information

#90065F (or 0x90065F) is unknown color: approx Eggplant. HEX triplet: 90, 06 and 5F. RGB value is (144,6,95). Sum of RGB (Red+Green+Blue) = 144+6+95=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #90065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90065F is #6FF9A0. Grayscale: #393939. Windows color (decimal): -7338401 or 6227600. OLE color: 6227600.

HSL color Cylindrical-coordinate representation of color #90065F: hue angle of 321.3º 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 #90065F is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB144695-
CMYK00.960.340.44
HSL321.3º92%29.41%-
HSV(B)321.3º95.83%56.47%-
XYZ13.636.8911.44-
YUV57.41149.22189.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.78%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=58.78%
G=2.45%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14469500.960.340.44321.39229.41
Hex9065F060222C1415c1d
Octal22061370140425450113435
Binary10010000110101111101100000100010101100101000001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90065F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90065F; }

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

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

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

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

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

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

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

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