#96328B

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

Shades of Dark Purple #96328B

Tints of Dark Purple #96328B

Color information

#96328B (or 0x96328B) is unknown color: approx Dark Purple. HEX triplet: 96, 32 and 8B. RGB value is (150,50,139). Sum of RGB (Red+Green+Blue) = 150+50+139=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #96328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96328B is #69CD74. Grayscale: #595959. Windows color (decimal): -6933877 or 9122454. OLE color: 9122454.

HSL color Cylindrical-coordinate representation of color #96328B: hue angle of 306.6º 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 #96328B is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15050139-
CMYK00.670.070.41
HSL306.6º50%39.22%-
HSV(B)306.6º66.67%58.82%-
XYZ18.3810.6325.51-
YUV90.05155.63170.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 50 (19.92% from 255) = 14.75%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=44.25%
G=14.75%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505013900.670.070.41306.65039.22
Hex96328B0437291333227
Octal2266221301037514636247
Binary100101101100101000101101000011111101001100110011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96328B; }

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

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

<style>
 a { background-color: #96328B; }

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

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

<style>
 span { border-color: #96328B; }

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

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