#96509F

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

Shades of Violet Blue #96509F

Tints of Violet Blue #96509F

Color information

#96509F (or 0x96509F) is unknown color: approx Violet Blue. HEX triplet: 96, 50 and 9F. RGB value is (150,80,159). Sum of RGB (Red+Green+Blue) = 150+80+159=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #96509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96509F is #69AF60. Grayscale: #6D6D6D. Windows color (decimal): -6926177 or 10440854. OLE color: 10440854.

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

Color convert

RGB15080159-
CMYK0.060.5000.38
HSL293.16º33.05%46.86%-
HSV(B)293.16º49.69%62.35%-
XYZ21.714.7234.5-
YUV109.94155.69156.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 80 (31.64% from 255) = 20.57%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=38.56%
G=20.57%
B=40.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150801590.060.5000.38293.1633.0546.86
Hex96509F632026125212f
Octal2261202376620464454157
Binary100101101010000100111111101100100100110100100101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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