#956199

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

Shades of Violet Blue #956199

Tints of Violet Blue #956199

Color information

#956199 (or 0x956199) is unknown color: approx Violet Blue. HEX triplet: 95, 61 and 99. RGB value is (149,97,153). Sum of RGB (Red+Green+Blue) = 149+97+153=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #956199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956199 is #6A9E66. Grayscale: #767676. Windows color (decimal): -6987367 or 10051989. OLE color: 10051989.

HSL color Cylindrical-coordinate representation of color #956199: hue angle of 295.71º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #956199 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14997153-
CMYK0.030.3700.4
HSL295.71º22.4%49.02%-
HSV(B)295.71º36.6%60%-
XYZ22.4217.2432.28-
YUV118.93147.23149.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=37.34%
G=24.31%
B=38.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149971530.030.3700.4295.7122.449.02
Hex9561993250281281631
Octal2251412313450504502661
Binary1001010111000011001100111100101010100010010100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956199; }

 p { color: rgb(149,97,153); }

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

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

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

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

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

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

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