#96459C

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

Shades of Violet Blue #96459C

Tints of Violet Blue #96459C

Color information

#96459C (or 0x96459C) is unknown color: approx Violet Blue. HEX triplet: 96, 45 and 9C. RGB value is (150,69,156). Sum of RGB (Red+Green+Blue) = 150+69+156=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #96459C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96459C is #69BA63. Grayscale: #666666. Windows color (decimal): -6928996 or 10241430. OLE color: 10241430.

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

Color convert

RGB15069156-
CMYK0.040.5600.39
HSL295.86º38.67%44.12%-
HSV(B)295.86º55.77%61.18%-
XYZ20.7113.1432.9-
YUV103.14157.84161.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 156 (61.33% from 255) = 41.6%
R=40%
G=18.4%
B=41.6%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150691560.040.5600.39295.8638.6744.12
Hex96459C438027128272c
Octal2261052344700474504754
Binary100101101000101100111001001110000100111100101000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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