#95337B

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

Shades of Dark Purple #95337B

Tints of Dark Purple #95337B

Color information

#95337B (or 0x95337B) is unknown color: approx Dark Purple. HEX triplet: 95, 33 and 7B. RGB value is (149,51,123). Sum of RGB (Red+Green+Blue) = 149+51+123=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95337B is #6ACC84. Grayscale: #585858. Windows color (decimal): -6999173 or 8074133. OLE color: 8074133.

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

Color convert

RGB14951123-
CMYK00.660.170.42
HSL315.92º49%39.22%-
HSV(B)315.92º65.77%58.43%-
XYZ17.1510.1919.8-
YUV88.51147.47171.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=46.13%
G=15.79%
B=38.08%

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
Decimal1495112300.660.170.42315.924939.22
Hex95337B042112A13c3127
Octal22563173010221524746147
Binary1001010111001111110110100001010001101010100111100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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