#95337F

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

Shades of Dark Purple #95337F

Tints of Dark Purple #95337F

Color information

#95337F (or 0x95337F) is unknown color: approx Dark Purple. HEX triplet: 95, 33 and 7F. RGB value is (149,51,127). Sum of RGB (Red+Green+Blue) = 149+51+127=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95337F is #6ACC80. Grayscale: #585858. Windows color (decimal): -6999169 or 8336277. OLE color: 8336277.

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

Color convert

RGB14951127-
CMYK00.660.150.42
HSL313.47º49%39.22%-
HSV(B)313.47º65.77%58.43%-
XYZ17.4110.2921.15-
YUV88.97149.47170.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 127 (50% from 255) = 38.84%
R=45.57%
G=15.60%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495112700.660.150.42313.474939.22
Hex95337F042F2A1393127
Octal22563177010217524716147
Binary100101011100111111111010000101111101010100111001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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