#956695

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

Shades of Violet Blue #956695

Tints of Violet Blue #956695

Color information

#956695 (or 0x956695) is unknown color: approx Violet Blue. HEX triplet: 95, 66 and 95. RGB value is (149,102,149). Sum of RGB (Red+Green+Blue) = 149+102+149=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #956695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956695 is #6A996A. Grayscale: #797979. Windows color (decimal): -6986091 or 9791125. OLE color: 9791125.

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

Color convert

RGB149102149-
CMYK00.3200.42
HSL300º18.73%49.22%-
HSV(B)300º31.54%58.43%-
XYZ22.5718.0630.73-
YUV121.41143.57147.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=37.25%
G=25.5%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910214900.3200.4230018.7349.22
Hex95669502002A12c1331
Octal2251462250400524542361
Binary100101011100110100101010100000010101010010110010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956695; }

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

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

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

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

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

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

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

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