#96216A

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

Shades of Dark Purple #96216A

Tints of Dark Purple #96216A

Color information

#96216A (or 0x96216A) is unknown color: approx Dark Purple. HEX triplet: 96, 21 and 6A. RGB value is (150,33,106). Sum of RGB (Red+Green+Blue) = 150+33+106=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #96216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96216A is #69DE95. Grayscale: #4C4C4C. Windows color (decimal): -6938262 or 6955414. OLE color: 6955414.

HSL color Cylindrical-coordinate representation of color #96216A: hue angle of 322.56º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96216A is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15033106-
CMYK00.780.290.41
HSL322.56º63.93%35.88%-
HSV(B)322.56º78%58.82%-
XYZ15.728.6114.47-
YUV76.31144.76180.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 33 (13.28% from 255) = 11.42%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=51.90%
G=11.42%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503310600.780.290.41322.5663.9335.88
Hex96216A04E1D291434024
Octal226411520116355150310044
Binary10010110100001110101001001110111011010011010000111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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