#90206F

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

Shades of Dark Purple #90206F

Tints of Dark Purple #90206F

Color information

#90206F (or 0x90206F) is unknown color: approx Dark Purple. HEX triplet: 90, 20 and 6F. RGB value is (144,32,111). Sum of RGB (Red+Green+Blue) = 144+32+111=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #90206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90206F is #6FDF90. Grayscale: #4A4A4A. Windows color (decimal): -7331729 or 7282832. OLE color: 7282832.

HSL color Cylindrical-coordinate representation of color #90206F: hue angle of 317.68º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90206F is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14432111-
CMYK00.780.230.44
HSL317.68º63.64%34.51%-
HSV(B)317.68º77.78%56.47%-
XYZ14.898.1115.82-
YUV74.49148.61177.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.17%
GREEN value IS 32 (12.89% from 255) = 11.15%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=50.17%
G=11.15%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443211100.780.230.44317.6863.6434.51
Hex90206F04E172C13e4023
Octal220401570116275447610043
Binary10010000100000110111101001110101111011001001111101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,32,111); }

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

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

 a { background-color: rgb(144,32,111); }

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

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

 span { border-color: rgb(144,32,111); }

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