#96529F

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

Shades of Violet Blue #96529F

Tints of Violet Blue #96529F

Color information

#96529F (or 0x96529F) is unknown color: approx Violet Blue. HEX triplet: 96, 52 and 9F. RGB value is (150,82,159). Sum of RGB (Red+Green+Blue) = 150+82+159=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #96529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96529F is #69AD60. Grayscale: #6E6E6E. Windows color (decimal): -6925665 or 10441366. OLE color: 10441366.

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

Color convert

RGB15082159-
CMYK0.060.4800.38
HSL292.99º31.95%47.25%-
HSV(B)292.99º48.43%62.35%-
XYZ21.8515.0234.55-
YUV111.11155.03155.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 159 (62.5% from 255) = 40.66%
R=38.36%
G=20.97%
B=40.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150821590.060.4800.38292.9931.9547.25
Hex96529F630026125202f
Octal2261222376600464454057
Binary100101101010010100111111101100000100110100100101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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