#96217D

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

Shades of Dark Purple #96217D

Tints of Dark Purple #96217D

Color information

#96217D (or 0x96217D) is unknown color: approx Dark Purple. HEX triplet: 96, 21 and 7D. RGB value is (150,33,125). Sum of RGB (Red+Green+Blue) = 150+33+125=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96217D is #69DE82. Grayscale: #4E4E4E. Windows color (decimal): -6938243 or 8200598. OLE color: 8200598.

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

Color convert

RGB15033125-
CMYK00.780.170.41
HSL312.82º63.93%35.88%-
HSV(B)312.82º78%58.82%-
XYZ16.829.0520.26-
YUV78.47154.26179.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 125 (49.22% from 255) = 40.58%
R=48.70%
G=10.71%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503312500.780.170.41312.8263.9335.88
Hex96217D04E11291394024
Octal226411750116215147110044
Binary10010110100001111110101001110100011010011001110011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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