#956895

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

Shades of Violet Blue #956895

Tints of Violet Blue #956895

Color information

#956895 (or 0x956895) is unknown color: approx Violet Blue. HEX triplet: 95, 68 and 95. RGB value is (149,104,149). Sum of RGB (Red+Green+Blue) = 149+104+149=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #956895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956895 is #6A976A. Grayscale: #7A7A7A. Windows color (decimal): -6985579 or 9791637. OLE color: 9791637.

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

Color convert

RGB149104149-
CMYK00.3000.42
HSL300º17.79%49.61%-
HSV(B)300º30.2%58.43%-
XYZ22.7718.4630.8-
YUV122.58142.91146.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=37.06%
G=25.87%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910414900.3000.4230017.7949.61
Hex95689501E02A12c1232
Octal2251502250360524542262
Binary10010101110100010010101011110010101010010110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956895; }

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

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

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

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

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

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

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

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