#95347E

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

Shades of Dark Purple #95347E

Tints of Dark Purple #95347E

Color information

#95347E (or 0x95347E) is unknown color: approx Dark Purple. HEX triplet: 95, 34 and 7E. RGB value is (149,52,126). Sum of RGB (Red+Green+Blue) = 149+52+126=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95347E is #6ACB81. Grayscale: #595959. Windows color (decimal): -6998914 or 8270997. OLE color: 8270997.

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

Color convert

RGB14952126-
CMYK00.650.150.42
HSL314.23º48.26%39.41%-
HSV(B)314.23º65.1%58.43%-
XYZ17.3910.3520.82-
YUV89.44148.64170.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=45.57%
G=15.90%
B=38.53%

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
Decimal1495212600.650.150.42314.2348.2639.41
Hex95347E041F2A13a3027
Octal22564176010117524726047
Binary100101011101001111110010000011111101010100111010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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