#902066

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

Shades of Dark Purple #902066

Tints of Dark Purple #902066

Color information

#902066 (or 0x902066) is unknown color: approx Dark Purple. HEX triplet: 90, 20 and 66. RGB value is (144,32,102). Sum of RGB (Red+Green+Blue) = 144+32+102=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #902066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902066 is #6FDF99. Grayscale: #494949. Windows color (decimal): -7331738 or 6693008. OLE color: 6693008.

HSL color Cylindrical-coordinate representation of color #902066: hue angle of 322.5º 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 #902066 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB14432102-
CMYK00.780.290.44
HSL322.5º63.64%34.51%-
HSV(B)322.5º77.78%56.47%-
XYZ14.427.9213.34-
YUV73.47144.11178.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.80%
GREEN value IS 32 (12.89% from 255) = 11.51%
BLUE value IS 102 (40.23% from 255) = 36.69%
R=51.80%
G=11.51%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443210200.780.290.44322.563.6434.51
Hex90206604E1D2C1424023
Octal220401460116355450210043
Binary10010000100000110011001001110111011011001010000101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902066; }

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

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

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

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

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

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

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

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