#96459E

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

Shades of Violet Blue #96459E

Tints of Violet Blue #96459E

Color information

#96459E (or 0x96459E) is unknown color: approx Violet Blue. HEX triplet: 96, 45 and 9E. RGB value is (150,69,158). Sum of RGB (Red+Green+Blue) = 150+69+158=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #96459E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96459E is #69BA61. Grayscale: #676767. Windows color (decimal): -6928994 or 10372502. OLE color: 10372502.

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

Color convert

RGB15069158-
CMYK0.050.5600.38
HSL294.61º39.21%44.51%-
HSV(B)294.61º56.33%61.96%-
XYZ20.8813.2133.8-
YUV103.36158.84161.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 69 (27.34% from 255) = 18.30%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=39.79%
G=18.30%
B=41.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150691580.050.5600.38294.6139.2144.51
Hex96459E538026127272d
Octal2261052365700464474755
Binary100101101000101100111101011110000100110100100111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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