#9E5196

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

Shades of Violet Blue #9E5196

Tints of Violet Blue #9E5196

Color information

#9E5196 (or 0x9E5196) is unknown color: approx Violet Blue. HEX triplet: 9E, 51 and 96. RGB value is (158,81,150). Sum of RGB (Red+Green+Blue) = 158+81+150=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5196 is #61AE69. Grayscale: #6F6F6F. Windows color (decimal): -6401642 or 9851294. OLE color: 9851294.

HSL color Cylindrical-coordinate representation of color #9E5196: hue angle of 306.23º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E5196 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB15881150-
CMYK00.490.050.38
HSL306.23º32.22%46.86%-
HSV(B)306.23º48.73%61.96%-
XYZ22.5515.3630.63-
YUV111.89149.51160.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.62%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 150 (58.98% from 255) = 38.56%
R=40.62%
G=20.82%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588115000.490.050.38306.2332.2246.86
Hex9E5196031526132202f
Octal2361212260615464624057
Binary100111101010001100101100110001101100110100110010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E5196; }

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

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

<style>
 a { background-color: #9E5196; }

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

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

<style>
 span { border-color: #9E5196; }

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

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