#90216B

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

Shades of Dark Purple #90216B

Tints of Dark Purple #90216B

Color information

#90216B (or 0x90216B) is unknown color: approx Dark Purple. HEX triplet: 90, 21 and 6B. RGB value is (144,33,107). Sum of RGB (Red+Green+Blue) = 144+33+107=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #90216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90216B is #6FDE94. Grayscale: #4A4A4A. Windows color (decimal): -7331477 or 7020944. OLE color: 7020944.

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

Color convert

RGB14433107-
CMYK00.770.260.44
HSL320º62.71%34.71%-
HSV(B)320º77.08%56.47%-
XYZ14.78.0814.69-
YUV74.62146.27177.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.70%
GREEN value IS 33 (13.28% from 255) = 11.62%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=50.70%
G=11.62%
B=37.68%

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
Decimal1443310700.770.260.4432062.7134.71
Hex90216B04D1A2C1403f23
Octal22041153011532545007743
Binary1001000010000111010110100110111010101100101000000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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