#9E5198

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

Shades of Violet Blue #9E5198

Tints of Violet Blue #9E5198

Color information

#9E5198 (or 0x9E5198) is unknown color: approx Violet Blue. HEX triplet: 9E, 51 and 98. RGB value is (158,81,152). Sum of RGB (Red+Green+Blue) = 158+81+152=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5198 is #61AE67. Grayscale: #6F6F6F. Windows color (decimal): -6401640 or 9982366. OLE color: 9982366.

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

Color convert

RGB15881152-
CMYK00.490.040.38
HSL304.68º32.22%46.86%-
HSV(B)304.68º48.73%61.96%-
XYZ22.7115.4231.49-
YUV112.12150.51160.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.41%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 152 (59.77% from 255) = 38.87%
R=40.41%
G=20.72%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588115200.490.040.38304.6832.2246.86
Hex9E5198031426131202f
Octal2361212300614464614057
Binary100111101010001100110000110001100100110100110001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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