#9E4B8B

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

Shades of Violet Blue #9E4B8B

Tints of Violet Blue #9E4B8B

Color information

#9E4B8B (or 0x9E4B8B) is unknown color: approx Violet Blue. HEX triplet: 9E, 4B and 8B. RGB value is (158,75,139). Sum of RGB (Red+Green+Blue) = 158+75+139=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4B8B is #61B474. Grayscale: #6A6A6A. Windows color (decimal): -6403189 or 9128862. OLE color: 9128862.

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

Color convert

RGB15875139-
CMYK00.530.120.38
HSL313.73º35.62%45.69%-
HSV(B)313.73º52.53%61.96%-
XYZ21.2814.1726.04-
YUV107.11146164.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.47%
GREEN value IS 75 (29.69% from 255) = 20.16%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=42.47%
G=20.16%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587513900.530.120.38313.7335.6245.69
Hex9E4B8B035C2613a242e
Octal23611321306514464724456
Binary1001111010010111000101101101011100100110100111010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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