#9E5E92

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

Shades of Violet Blue #9E5E92

Tints of Violet Blue #9E5E92

Color information

#9E5E92 (or 0x9E5E92) is unknown color: approx Violet Blue. HEX triplet: 9E, 5E and 92. RGB value is (158,94,146). Sum of RGB (Red+Green+Blue) = 158+94+146=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5E92 is #61A16D. Grayscale: #767676. Windows color (decimal): -6398318 or 9592478. OLE color: 9592478.

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

Color convert

RGB15894146-
CMYK00.410.080.38
HSL311.25º25.4%49.41%-
HSV(B)311.25º40.51%61.96%-
XYZ23.2917.3529.32-
YUV119.06143.2155.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.70%
GREEN value IS 94 (37.11% from 255) = 23.62%
BLUE value IS 146 (57.42% from 255) = 36.68%
R=39.70%
G=23.62%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589414600.410.080.38311.2525.449.41
Hex9E5E920298261371931
Octal23613622205110464673161
Binary100111101011110100100100101001100010011010011011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,94,146); }

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

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

 a { background-color: rgb(158,94,146); }

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

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

 span { border-color: rgb(158,94,146); }

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