#956B98

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

Shades of Violet Blue #956B98

Tints of Violet Blue #956B98

Color information

#956B98 (or 0x956B98) is unknown color: approx Violet Blue. HEX triplet: 95, 6B and 98. RGB value is (149,107,152). Sum of RGB (Red+Green+Blue) = 149+107+152=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 152 - color contains mainly: blue. Hex color #956B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956B98 is #6A9467. Grayscale: #7C7C7C. Windows color (decimal): -6984808 or 9989013. OLE color: 9989013.

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

Color convert

RGB149107152-
CMYK0.020.3000.40
HSL296º17.93%50.78%-
HSV(B)296º29.61%59.61%-
XYZ23.3219.1732.18-
YUV124.69143.41145.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 152 (59.77% from 255) = 37.25%
R=36.52%
G=26.23%
B=37.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491071520.020.3000.4029617.9350.78
Hex956B9821E0281281233
Octal2251532302360504502263
Binary100101011101011100110001011110010100010010100010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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