#96327D

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

Shades of Dark Purple #96327D

Tints of Dark Purple #96327D

Color information

#96327D (or 0x96327D) is unknown color: approx Dark Purple. HEX triplet: 96, 32 and 7D. RGB value is (150,50,125). Sum of RGB (Red+Green+Blue) = 150+50+125=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96327D is #69CD82. Grayscale: #585858. Windows color (decimal): -6933891 or 8204950. OLE color: 8204950.

HSL color Cylindrical-coordinate representation of color #96327D: hue angle of 315º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96327D is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15050125-
CMYK00.670.170.41
HSL315º50%39.22%-
HSV(B)315º66.67%58.82%-
XYZ17.4210.2520.46-
YUV88.45148.63171.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 50 (19.92% from 255) = 15.38%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=46.15%
G=15.38%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505012500.670.170.413155039.22
Hex96327D043112913b3227
Octal22662175010321514736247
Binary1001011011001011111010100001110001101001100111011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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