#95347F

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

Shades of Dark Purple #95347F

Tints of Dark Purple #95347F

Color information

#95347F (or 0x95347F) is unknown color: approx Dark Purple. HEX triplet: 95, 34 and 7F. RGB value is (149,52,127). Sum of RGB (Red+Green+Blue) = 149+52+127=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95347F is #6ACB80. Grayscale: #595959. Windows color (decimal): -6998913 or 8336533. OLE color: 8336533.

HSL color Cylindrical-coordinate representation of color #95347F: hue angle of 313.61º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95347F is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14952127-
CMYK00.650.150.42
HSL313.61º48.26%39.41%-
HSV(B)313.61º65.1%58.43%-
XYZ17.4510.3821.16-
YUV89.55149.14170.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 52 (20.70% from 255) = 15.85%
BLUE value IS 127 (50% from 255) = 38.72%
R=45.43%
G=15.85%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495212700.650.150.42313.6148.2639.41
Hex95347F041F2A13a3027
Octal22564177010117524726047
Binary100101011101001111111010000011111101010100111010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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