#96347F

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

Shades of Dark Purple #96347F

Tints of Dark Purple #96347F

Color information

#96347F (or 0x96347F) is unknown color: approx Dark Purple. HEX triplet: 96, 34 and 7F. RGB value is (150,52,127). Sum of RGB (Red+Green+Blue) = 150+52+127=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96347F is #69CB80. Grayscale: #595959. Windows color (decimal): -6933377 or 8336534. OLE color: 8336534.

HSL color Cylindrical-coordinate representation of color #96347F: hue angle of 314.08º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96347F is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15052127-
CMYK00.650.150.41
HSL314.08º48.51%39.61%-
HSV(B)314.08º65.33%58.82%-
XYZ17.6410.4721.17-
YUV89.85148.97170.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 127 (50% from 255) = 38.60%
R=45.59%
G=15.81%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505212700.650.150.41314.0848.5139.61
Hex96347F041F2913a3128
Octal22664177010117514726150
Binary100101101101001111111010000011111101001100111010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96347F; }

 p { color: rgb(150,52,127); }

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

<style>
 a { background-color: #96347F; }

 a { background-color: rgb(150,52,127); }

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

<style>
 span { border-color: #96347F; }

 span { border-color: rgb(150,52,127); }

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