#95357C

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

Shades of Dark Purple #95357C

Tints of Dark Purple #95357C

Color information

#95357C (or 0x95357C) is unknown color: approx Dark Purple. HEX triplet: 95, 35 and 7C. RGB value is (149,53,124). Sum of RGB (Red+Green+Blue) = 149+53+124=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95357C is #6ACA83. Grayscale: #595959. Windows color (decimal): -6998660 or 8140181. OLE color: 8140181.

HSL color Cylindrical-coordinate representation of color #95357C: hue angle of 315.62º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95357C is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14953124-
CMYK00.640.170.42
HSL315.62º47.52%39.61%-
HSV(B)315.62º64.43%58.43%-
XYZ17.3110.3920.16-
YUV89.8147.3170.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=45.71%
G=16.26%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495312400.640.170.42315.6247.5239.61
Hex95357C040112A13c3028
Octal22565174010021524746050
Binary1001010111010111111000100000010001101010100111100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95357C; }

 p { color: rgb(149,53,124); }

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

<style>
 a { background-color: #95357C; }

 a { background-color: rgb(149,53,124); }

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

<style>
 span { border-color: #95357C; }

 span { border-color: rgb(149,53,124); }

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