#96559F

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

Shades of Violet Blue #96559F

Tints of Violet Blue #96559F

Color information

#96559F (or 0x96559F) is unknown color: approx Violet Blue. HEX triplet: 96, 55 and 9F. RGB value is (150,85,159). Sum of RGB (Red+Green+Blue) = 150+85+159=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #96559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96559F is #69AA60. Grayscale: #707070. Windows color (decimal): -6924897 or 10442134. OLE color: 10442134.

HSL color Cylindrical-coordinate representation of color #96559F: hue angle of 292.7º degrees, saturation: 0.3, 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 #96559F is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15085159-
CMYK0.060.4700.38
HSL292.7º30.33%47.84%-
HSV(B)292.7º46.54%62.35%-
XYZ22.0815.4834.63-
YUV112.87154.03154.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 159 (62.5% from 255) = 40.36%
R=38.07%
G=21.57%
B=40.36%

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
Decimal150851590.060.4700.38292.730.3347.84
Hex96559F62F0261251e30
Octal2261252376570464453660
Binary10010110101010110011111110101111010011010010010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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