#96459B

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

Shades of Violet Blue #96459B

Tints of Violet Blue #96459B

Color information

#96459B (or 0x96459B) is unknown color: approx Violet Blue. HEX triplet: 96, 45 and 9B. RGB value is (150,69,155). Sum of RGB (Red+Green+Blue) = 150+69+155=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #96459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96459B is #69BA64. Grayscale: #666666. Windows color (decimal): -6928997 or 10175894. OLE color: 10175894.

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

Color convert

RGB15069155-
CMYK0.030.5500.39
HSL296.51º38.39%43.92%-
HSV(B)296.51º55.48%60.78%-
XYZ20.6213.1132.45-
YUV103.02157.34161.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.11%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=40.11%
G=18.45%
B=41.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150691550.030.5500.39296.5138.3943.92
Hex96459B337027129262c
Octal2261052333670474514654
Binary10010110100010110011011111101110100111100101001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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