#956D98

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

Shades of Violet Blue #956D98

Tints of Violet Blue #956D98

Color information

#956D98 (or 0x956D98) is unknown color: approx Violet Blue. HEX triplet: 95, 6D and 98. RGB value is (149,109,152). Sum of RGB (Red+Green+Blue) = 149+109+152=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 152 - color contains mainly: blue. Hex color #956D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956D98 is #6A9267. Grayscale: #7D7D7D. Windows color (decimal): -6984296 or 9989525. OLE color: 9989525.

HSL color Cylindrical-coordinate representation of color #956D98: hue angle of 295.81º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #956D98 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB149109152-
CMYK0.020.2800.40
HSL295.81º17.27%51.18%-
HSV(B)295.81º28.29%59.61%-
XYZ23.5319.5932.25-
YUV125.86142.75144.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.34%
GREEN value IS 109 (42.97% from 255) = 26.59%
BLUE value IS 152 (59.77% from 255) = 37.07%
R=36.34%
G=26.59%
B=37.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491091520.020.2800.40295.8117.2751.18
Hex956D9821C0281281133
Octal2251552302340504502163
Binary100101011101101100110001011100010100010010100010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956D98; }

 p { color: rgb(149,109,152); }

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

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

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

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

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

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

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