#96489F

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

Shades of Violet Blue #96489F

Tints of Violet Blue #96489F

Color information

#96489F (or 0x96489F) is unknown color: approx Violet Blue. HEX triplet: 96, 48 and 9F. RGB value is (150,72,159). Sum of RGB (Red+Green+Blue) = 150+72+159=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #96489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96489F is #69B760. Grayscale: #686868. Windows color (decimal): -6928225 or 10438806. OLE color: 10438806.

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

Color convert

RGB15072159-
CMYK0.060.5500.38
HSL293.79º37.66%45.29%-
HSV(B)293.79º54.72%62.35%-
XYZ21.1513.6234.32-
YUV105.24158.34159.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 72 (28.52% from 255) = 18.90%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=39.37%
G=18.90%
B=41.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150721590.060.5500.38293.7937.6645.29
Hex96489F637026126262d
Octal2261102376670464464655
Binary100101101001000100111111101101110100110100100110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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