#90216D

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

Shades of Dark Purple #90216D

Tints of Dark Purple #90216D

Color information

#90216D (or 0x90216D) is unknown color: approx Dark Purple. HEX triplet: 90, 21 and 6D. RGB value is (144,33,109). Sum of RGB (Red+Green+Blue) = 144+33+109=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #90216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90216D is #6FDE92. Grayscale: #4A4A4A. Windows color (decimal): -7331475 or 7152016. OLE color: 7152016.

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

Color convert

RGB14433109-
CMYK00.770.240.44
HSL318.92º62.71%34.71%-
HSV(B)318.92º77.08%56.47%-
XYZ14.818.1215.26-
YUV74.85147.27177.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.35%
GREEN value IS 33 (13.28% from 255) = 11.54%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=50.35%
G=11.54%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443310900.770.240.44318.9262.7134.71
Hex90216D04D182C13f3f23
Octal22041155011530544777743
Binary1001000010000111011010100110111000101100100111111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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