#95337C

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

Shades of Dark Purple #95337C

Tints of Dark Purple #95337C

Color information

#95337C (or 0x95337C) is unknown color: approx Dark Purple. HEX triplet: 95, 33 and 7C. RGB value is (149,51,124). Sum of RGB (Red+Green+Blue) = 149+51+124=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95337C is #6ACC83. Grayscale: #585858. Windows color (decimal): -6999172 or 8139669. OLE color: 8139669.

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

Color convert

RGB14951124-
CMYK00.660.170.42
HSL315.31º49%39.22%-
HSV(B)315.31º65.77%58.43%-
XYZ17.2210.2120.13-
YUV88.62147.97171.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=45.99%
G=15.74%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495112400.660.170.42315.314939.22
Hex95337C042112A13b3127
Octal22563174010221524736147
Binary1001010111001111111000100001010001101010100111011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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