#9E5190

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

Shades of Violet Blue #9E5190

Tints of Violet Blue #9E5190

Color information

#9E5190 (or 0x9E5190) is unknown color: approx Violet Blue. HEX triplet: 9E, 51 and 90. RGB value is (158,81,144). Sum of RGB (Red+Green+Blue) = 158+81+144=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5190 is #61AE6F. Grayscale: #6F6F6F. Windows color (decimal): -6401648 or 9458078. OLE color: 9458078.

HSL color Cylindrical-coordinate representation of color #9E5190: hue angle of 310.91º 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 #9E5190 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB15881144-
CMYK00.490.090.38
HSL310.91º32.22%46.86%-
HSV(B)310.91º48.73%61.96%-
XYZ22.0815.1728.15-
YUV111.2146.51161.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.25%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=41.25%
G=21.15%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588114400.490.090.38310.9132.2246.86
Hex9E5190031926137202f
Octal23612122006111464674057
Binary1001111010100011001000001100011001100110100110111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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