#902170

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

Shades of Dark Purple #902170

Tints of Dark Purple #902170

Color information

#902170 (or 0x902170) is unknown color: approx Dark Purple. HEX triplet: 90, 21 and 70. RGB value is (144,33,112). Sum of RGB (Red+Green+Blue) = 144+33+112=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #902170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902170 is #6FDE8F. Grayscale: #4A4A4A. Windows color (decimal): -7331472 or 7348624. OLE color: 7348624.

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

Color convert

RGB14433112-
CMYK00.770.220.44
HSL317.3º62.71%34.71%-
HSV(B)317.3º77.08%56.47%-
XYZ14.978.1916.12-
YUV75.19148.77177.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.83%
GREEN value IS 33 (13.28% from 255) = 11.42%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=49.83%
G=11.42%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443311200.770.220.44317.362.7134.71
Hex90217004D162C13d3f23
Octal22041160011526544757743
Binary1001000010000111100000100110110110101100100111101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902170; }

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

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

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

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

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

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

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

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