#9E5095

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

Shades of Violet Blue #9E5095

Tints of Violet Blue #9E5095

Color information

#9E5095 (or 0x9E5095) is unknown color: approx Violet Blue. HEX triplet: 9E, 50 and 95. RGB value is (158,80,149). Sum of RGB (Red+Green+Blue) = 158+80+149=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5095 is #61AF6A. Grayscale: #6E6E6E. Windows color (decimal): -6401899 or 9785502. OLE color: 9785502.

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

Color convert

RGB15880149-
CMYK00.490.060.38
HSL306.92º32.77%46.67%-
HSV(B)306.92º49.37%61.96%-
XYZ22.3915.1830.18-
YUV111.19149.34161.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.83%
GREEN value IS 80 (31.64% from 255) = 20.67%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=40.83%
G=20.67%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588014900.490.060.38306.9232.7746.67
Hex9E5095031626133212f
Octal2361202250616464634157
Binary100111101010000100101010110001110100110100110011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,80,149); }

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

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

 a { background-color: rgb(158,80,149); }

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

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

 span { border-color: rgb(158,80,149); }

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