#96459A

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

Shades of Violet Blue #96459A

Tints of Violet Blue #96459A

Color information

#96459A (or 0x96459A) is unknown color: approx Violet Blue. HEX triplet: 96, 45 and 9A. RGB value is (150,69,154). Sum of RGB (Red+Green+Blue) = 150+69+154=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #96459A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96459A is #69BA65. Grayscale: #666666. Windows color (decimal): -6928998 or 10110358. OLE color: 10110358.

HSL color Cylindrical-coordinate representation of color #96459A: hue angle of 297.18º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96459A is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15069154-
CMYK0.030.5500.40
HSL297.18º38.12%43.73%-
HSV(B)297.18º55.19%60.39%-
XYZ20.5413.0732.01-
YUV102.91156.84161.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 69 (27.34% from 255) = 18.50%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=40.21%
G=18.50%
B=41.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150691540.030.5500.40297.1838.1243.73
Hex96459A337028129262c
Octal2261052323670504514654
Binary10010110100010110011010111101110101000100101001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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