#956B8F

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

Shades of Violet Blue #956B8F

Tints of Violet Blue #956B8F

Color information

#956B8F (or 0x956B8F) is unknown color: approx Violet Blue. HEX triplet: 95, 6B and 8F. RGB value is (149,107,143). Sum of RGB (Red+Green+Blue) = 149+107+143=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #956B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956B8F is #6A9470. Grayscale: #7B7B7B. Windows color (decimal): -6984817 or 9399189. OLE color: 9399189.

HSL color Cylindrical-coordinate representation of color #956B8F: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #956B8F is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB149107143-
CMYK00.280.040.42
HSL308.57º16.54%50.2%-
HSV(B)308.57º28.19%58.43%-
XYZ22.6118.8928.44-
YUV123.66138.91146.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=37.34%
G=26.82%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910714300.280.040.42308.5716.5450.2
Hex956B8F01C42A1351132
Octal2251532170344524652162
Binary1001010111010111000111101110010010101010011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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