#902188

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

Shades of Dark Purple #902188

Tints of Dark Purple #902188

Color information

#902188 (or 0x902188) is unknown color: approx Dark Purple. HEX triplet: 90, 21 and 88. RGB value is (144,33,136). Sum of RGB (Red+Green+Blue) = 144+33+136=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #902188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902188 is #6FDE77. Grayscale: #4D4D4D. Windows color (decimal): -7331448 or 8921488. OLE color: 8921488.

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

Color convert

RGB14433136-
CMYK00.770.060.44
HSL304.32º62.71%34.71%-
HSV(B)304.32º77.08%56.47%-
XYZ16.498.7924.12-
YUV77.93160.77175.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.01%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 136 (53.52% from 255) = 43.45%
R=46.01%
G=10.54%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443313600.770.060.44304.3262.7134.71
Hex90218804D62C1303f23
Octal2204121001156544607743
Binary100100001000011000100001001101110101100100110000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902188; }

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

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

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

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

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

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

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

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