#956594

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

Shades of Violet Blue #956594

Tints of Violet Blue #956594

Color information

#956594 (or 0x956594) is unknown color: approx Violet Blue. HEX triplet: 95, 65 and 94. RGB value is (149,101,148). Sum of RGB (Red+Green+Blue) = 149+101+148=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #956594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956594 is #6A9A6B. Grayscale: #787878. Windows color (decimal): -6986348 or 9725333. OLE color: 9725333.

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

Color convert

RGB149101148-
CMYK00.320.010.42
HSL301.25º19.2%49.02%-
HSV(B)301.25º32.21%58.43%-
XYZ22.3917.8430.28-
YUV120.71143.4148.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 148 (58.20% from 255) = 37.19%
R=37.44%
G=25.38%
B=37.19%

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
Decimal14910114800.320.010.42301.2519.249.02
Hex95659402012A12d1331
Octal2251452240401524552361
Binary100101011100101100101000100000110101010010110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956594; }

 p { color: rgb(149,101,148); }

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

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

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

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

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

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

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