#96549F

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

Shades of Violet Blue #96549F

Tints of Violet Blue #96549F

Color information

#96549F (or 0x96549F) is unknown color: approx Violet Blue. HEX triplet: 96, 54 and 9F. RGB value is (150,84,159). Sum of RGB (Red+Green+Blue) = 150+84+159=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #96549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96549F is #69AB60. Grayscale: #707070. Windows color (decimal): -6925153 or 10441878. OLE color: 10441878.

HSL color Cylindrical-coordinate representation of color #96549F: hue angle of 292.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96549F is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15084159-
CMYK0.060.4700.38
HSL292.8º30.86%47.65%-
HSV(B)292.8º47.17%62.35%-
XYZ22.0115.3334.6-
YUV112.28154.37154.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=38.17%
G=21.37%
B=40.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150841590.060.4700.38292.830.8647.65
Hex96549F62F0261251f30
Octal2261242376570464453760
Binary10010110101010010011111110101111010011010010010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96549F; }

 p { color: rgb(150,84,159); }

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

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

 a { background-color: rgb(150,84,159); }

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

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

 span { border-color: rgb(150,84,159); }

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