#95347D

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

Shades of Dark Purple #95347D

Tints of Dark Purple #95347D

Color information

#95347D (or 0x95347D) is unknown color: approx Dark Purple. HEX triplet: 95, 34 and 7D. RGB value is (149,52,125). Sum of RGB (Red+Green+Blue) = 149+52+125=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95347D is #6ACB82. Grayscale: #595959. Windows color (decimal): -6998915 or 8205461. OLE color: 8205461.

HSL color Cylindrical-coordinate representation of color #95347D: hue angle of 314.85º 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 #95347D is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14952125-
CMYK00.650.160.42
HSL314.85º48.26%39.41%-
HSV(B)314.85º65.1%58.43%-
XYZ17.3210.3320.48-
YUV89.32148.14170.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 52 (20.70% from 255) = 15.95%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=45.71%
G=15.95%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495212500.650.160.42314.8548.2639.41
Hex95347D041102A13b3027
Octal22564175010120524736047
Binary1001010111010011111010100000110000101010100111011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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