#96459F

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

Shades of Violet Blue #96459F

Tints of Violet Blue #96459F

Color information

#96459F (or 0x96459F) is unknown color: approx Violet Blue. HEX triplet: 96, 45 and 9F. RGB value is (150,69,159). Sum of RGB (Red+Green+Blue) = 150+69+159=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #96459F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96459F is #69BA60. Grayscale: #676767. Windows color (decimal): -6928993 or 10438038. OLE color: 10438038.

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

Color convert

RGB15069159-
CMYK0.060.5700.38
HSL294º39.47%44.71%-
HSV(B)294º56.6%62.35%-
XYZ20.9613.2434.25-
YUV103.48159.34161.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 69 (27.34% from 255) = 18.25%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=39.68%
G=18.25%
B=42.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150691590.060.5700.3829439.4744.71
Hex96459F639026126272d
Octal2261052376710464464755
Binary100101101000101100111111101110010100110100100110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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