#955695

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

Shades of Violet Blue #955695

Tints of Violet Blue #955695

Color information

#955695 (or 0x955695) is unknown color: approx Violet Blue. HEX triplet: 95, 56 and 95. RGB value is (149,86,149). Sum of RGB (Red+Green+Blue) = 149+86+149=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #955695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955695 is #6AA96A. Grayscale: #6F6F6F. Windows color (decimal): -6990187 or 9787029. OLE color: 9787029.

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

Color convert

RGB14986149-
CMYK00.4200.42
HSL300º26.81%46.08%-
HSV(B)300º42.28%58.43%-
XYZ21.1515.2230.26-
YUV112.02148.87154.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 149 (58.59% from 255) = 38.80%
R=38.80%
G=22.40%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498614900.4200.4230026.8146.08
Hex95569502A02A12c1b2e
Octal2251262250520524543356
Binary100101011010110100101010101010010101010010110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955695; }

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

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

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

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

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

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

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

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