#96216c

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

Shades of Dark Purple #96216C

Tints of Dark Purple #96216C

Color information

#96216C (or 0x96216C) is unknown color: approx Dark Purple. HEX triplet: 96, 21 and 6C. RGB value is (150,33,108). Sum of RGB (Red+Green+Blue) = 150+33+108=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96216C is #69DE93. Grayscale: #4C4C4C. Windows color (decimal): -6938260 or 7086486. OLE color: 7086486.

HSL color Cylindrical-coordinate representation of color #96216C: hue angle of 321.54º 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 #96216C is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15033108-
CMYK00.780.280.41
HSL321.54º63.93%35.88%-
HSV(B)321.54º78%58.82%-
XYZ15.838.6515.02-
YUV76.53145.76180.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 33 (13.28% from 255) = 11.34%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=51.55%
G=11.34%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503310800.780.280.41321.5463.9335.88
Hex96216C04E1C291424024
Octal226411540116345150210044
Binary10010110100001110110001001110111001010011010000101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96216c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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