#96216f

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

Shades of Dark Purple #96216F

Tints of Dark Purple #96216F

Color information

#96216F (or 0x96216F) is unknown color: approx Dark Purple. HEX triplet: 96, 21 and 6F. RGB value is (150,33,111). Sum of RGB (Red+Green+Blue) = 150+33+111=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96216F is #69DE90. Grayscale: #4C4C4C. Windows color (decimal): -6938257 or 7283094. OLE color: 7283094.

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

Color convert

RGB15033111-
CMYK00.780.260.41
HSL320º63.93%35.88%-
HSV(B)320º78%58.82%-
XYZ15.998.7215.88-
YUV76.88147.26180.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 33 (13.28% from 255) = 11.22%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=51.02%
G=11.22%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503311100.780.260.4132063.9335.88
Hex96216F04E1A291404024
Octal226411570116325150010044
Binary10010110100001110111101001110110101010011010000001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96216f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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