#90216A

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

Shades of Dark Purple #90216A

Tints of Dark Purple #90216A

Color information

#90216A (or 0x90216A) is unknown color: approx Dark Purple. HEX triplet: 90, 21 and 6A. RGB value is (144,33,106). Sum of RGB (Red+Green+Blue) = 144+33+106=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #90216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90216A is #6FDE95. Grayscale: #4A4A4A. Windows color (decimal): -7331478 or 6955408. OLE color: 6955408.

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

Color convert

RGB14433106-
CMYK00.770.260.44
HSL320.54º62.71%34.71%-
HSV(B)320.54º77.08%56.47%-
XYZ14.658.0614.42-
YUV74.51145.77177.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.88%
GREEN value IS 33 (13.28% from 255) = 11.66%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=50.88%
G=11.66%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443310600.770.260.44320.5462.7134.71
Hex90216A04D1A2C1413f23
Octal22041152011532545017743
Binary1001000010000111010100100110111010101100101000001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90216A; }

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

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

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

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

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

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

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

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