#95357A

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

Shades of Dark Purple #95357A

Tints of Dark Purple #95357A

Color information

#95357A (or 0x95357A) is unknown color: approx Dark Purple. HEX triplet: 95, 35 and 7A. RGB value is (149,53,122). Sum of RGB (Red+Green+Blue) = 149+53+122=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95357A is #6ACA85. Grayscale: #595959. Windows color (decimal): -6998662 or 8009109. OLE color: 8009109.

HSL color Cylindrical-coordinate representation of color #95357A: hue angle of 316.88º 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 #95357A is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14953122-
CMYK00.640.180.42
HSL316.88º47.52%39.61%-
HSV(B)316.88º64.43%58.43%-
XYZ17.1810.3419.5-
YUV89.57146.3170.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 53 (21.09% from 255) = 16.36%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=45.99%
G=16.36%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495312200.640.180.42316.8847.5239.61
Hex95357A040122A13d3028
Octal22565172010022524756050
Binary1001010111010111110100100000010010101010100111101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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