#955D91

Color #955D91 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #955D91

Tints of Violet Blue #955D91

Color information

#955D91 (or 0x955D91) is unknown color: approx Violet Blue. HEX triplet: 95, 5D and 91. RGB value is (149,93,145). Sum of RGB (Red+Green+Blue) = 149+93+145=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #955D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955D91 is #6AA26E. Grayscale: #737373. Windows color (decimal): -6988399 or 9526677. OLE color: 9526677.

HSL color Cylindrical-coordinate representation of color #955D91: hue angle of 304.29º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955D91 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14993145-
CMYK00.380.030.42
HSL304.29º23.14%47.45%-
HSV(B)304.29º37.58%58.43%-
XYZ21.4216.2628.8-
YUV115.67144.55151.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=38.50%
G=24.03%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499314500.380.030.42304.2923.1447.45
Hex955D9102632A130172f
Octal2251352210463524602757
Binary1001010110111011001000101001101110101010011000010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955D91; }

 p { color: rgb(149,93,145); }

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

<style>
 a { background-color: #955D91; }

 a { background-color: rgb(149,93,145); }

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

<style>
 span { border-color: #955D91; }

 span { border-color: rgb(149,93,145); }

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