#956993

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

Shades of Violet Blue #956993

Tints of Violet Blue #956993

Color information

#956993 (or 0x956993) is unknown color: approx Violet Blue. HEX triplet: 95, 69 and 93. RGB value is (149,105,147). Sum of RGB (Red+Green+Blue) = 149+105+147=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #956993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956993 is #6A966C. Grayscale: #7A7A7A. Windows color (decimal): -6985325 or 9660821. OLE color: 9660821.

HSL color Cylindrical-coordinate representation of color #956993: hue angle of 302.73º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956993 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB149105147-
CMYK00.300.010.42
HSL302.73º17.32%49.8%-
HSV(B)302.73º29.53%58.43%-
XYZ22.7118.630-
YUV122.94141.58146.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=37.16%
G=26.18%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910514700.300.010.42302.7317.3249.8
Hex95699301E12A12f1132
Octal2251512230361524572162
Binary10010101110100110010011011110110101010010111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956993; }

 p { color: rgb(149,105,147); }

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

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

 a { background-color: rgb(149,105,147); }

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

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

 span { border-color: rgb(149,105,147); }

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