#95347A

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

Shades of Dark Purple #95347A

Tints of Dark Purple #95347A

Color information

#95347A (or 0x95347A) is unknown color: approx Dark Purple. HEX triplet: 95, 34 and 7A. RGB value is (149,52,122). Sum of RGB (Red+Green+Blue) = 149+52+122=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95347A is #6ACB85. Grayscale: #585858. Windows color (decimal): -6998918 or 8008853. OLE color: 8008853.

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

Color convert

RGB14952122-
CMYK00.650.180.42
HSL316.7º48.26%39.41%-
HSV(B)316.7º65.1%58.43%-
XYZ17.1410.2519.49-
YUV88.98146.64170.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=46.13%
G=16.10%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495212200.650.180.42316.748.2639.41
Hex95347A041122A13d3027
Octal22564172010122524756047
Binary1001010111010011110100100000110010101010100111101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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