#956193

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

Shades of Violet Blue #956193

Tints of Violet Blue #956193

Color information

#956193 (or 0x956193) is unknown color: approx Violet Blue. HEX triplet: 95, 61 and 93. RGB value is (149,97,147). Sum of RGB (Red+Green+Blue) = 149+97+147=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #956193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956193 is #6A9E6C. Grayscale: #767676. Windows color (decimal): -6987373 or 9658773. OLE color: 9658773.

HSL color Cylindrical-coordinate representation of color #956193: hue angle of 302.31º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #956193 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14997147-
CMYK00.350.010.42
HSL302.31º21.14%48.24%-
HSV(B)302.31º34.9%58.43%-
XYZ21.9417.0529.74-
YUV118.25144.23149.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 147 (57.81% from 255) = 37.40%
R=37.91%
G=24.68%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499714700.350.010.42302.3121.1448.24
Hex95619302312A12e1530
Octal2251412230431524562560
Binary100101011100001100100110100011110101010010111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956193; }

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

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

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

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

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

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

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

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