#956693

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

Shades of Violet Blue #956693

Tints of Violet Blue #956693

Color information

#956693 (or 0x956693) is unknown color: approx Violet Blue. HEX triplet: 95, 66 and 93. RGB value is (149,102,147). Sum of RGB (Red+Green+Blue) = 149+102+147=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #956693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956693 is #6A996C. Grayscale: #797979. Windows color (decimal): -6986093 or 9660053. OLE color: 9660053.

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

Color convert

RGB149102147-
CMYK00.320.010.42
HSL302.55º18.73%49.22%-
HSV(B)302.55º31.54%58.43%-
XYZ22.411829.9-
YUV121.18142.57147.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 102 (40.23% from 255) = 25.63%
BLUE value IS 147 (57.81% from 255) = 36.93%
R=37.44%
G=25.63%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910214700.320.010.42302.5518.7349.22
Hex95669302012A12f1331
Octal2251462230401524572361
Binary100101011100110100100110100000110101010010111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956693; }

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

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

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

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

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

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

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

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