#9E4B98

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

Shades of Violet Blue #9E4B98

Tints of Violet Blue #9E4B98

Color information

#9E4B98 (or 0x9E4B98) is unknown color: approx Violet Blue. HEX triplet: 9E, 4B and 98. RGB value is (158,75,152). Sum of RGB (Red+Green+Blue) = 158+75+152=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4B98 is #61B467. Grayscale: #6C6C6C. Windows color (decimal): -6403176 or 9980830. OLE color: 9980830.

HSL color Cylindrical-coordinate representation of color #9E4B98: hue angle of 304.34º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4B98 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15875152-
CMYK00.530.040.38
HSL304.34º35.62%45.69%-
HSV(B)304.34º52.53%61.96%-
XYZ22.2814.5731.34-
YUV108.6152.5163.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.04%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=41.04%
G=19.48%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587515200.530.040.38304.3435.6245.69
Hex9E4B98035426130242e
Octal2361132300654464604456
Binary100111101001011100110000110101100100110100110000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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