#902166

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

Shades of Dark Purple #902166

Tints of Dark Purple #902166

Color information

#902166 (or 0x902166) is unknown color: approx Dark Purple. HEX triplet: 90, 21 and 66. RGB value is (144,33,102). Sum of RGB (Red+Green+Blue) = 144+33+102=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #902166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902166 is #6FDE99. Grayscale: #494949. Windows color (decimal): -7331482 or 6693264. OLE color: 6693264.

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

Color convert

RGB14433102-
CMYK00.770.290.44
HSL322.7º62.71%34.71%-
HSV(B)322.7º77.08%56.47%-
XYZ14.447.9813.35-
YUV74.05143.77177.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.61%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=51.61%
G=11.83%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443310200.770.290.44322.762.7134.71
Hex90216604D1D2C1433f23
Octal22041146011535545037743
Binary1001000010000111001100100110111101101100101000011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902166; }

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

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

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

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

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

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

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

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