#9E539C

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

Shades of Violet Blue #9E539C

Tints of Violet Blue #9E539C

Color information

#9E539C (or 0x9E539C) is unknown color: approx Violet Blue. HEX triplet: 9E, 53 and 9C. RGB value is (158,83,156). Sum of RGB (Red+Green+Blue) = 158+83+156=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E539C is #61AC63. Grayscale: #717171. Windows color (decimal): -6401124 or 10245022. OLE color: 10245022.

HSL color Cylindrical-coordinate representation of color #9E539C: hue angle of 301.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E539C is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB15883156-
CMYK00.470.010.38
HSL301.6º31.12%47.25%-
HSV(B)301.6º47.47%61.96%-
XYZ23.1915.8633.29-
YUV113.75151.85159.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.80%
GREEN value IS 83 (32.81% from 255) = 20.91%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=39.80%
G=20.91%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588315600.470.010.38301.631.1247.25
Hex9E539C02F12612e1f2f
Octal2361232340571464563757
Binary100111101010011100111000101111110011010010111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,83,156); }

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

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

 a { background-color: rgb(158,83,156); }

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

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

 span { border-color: rgb(158,83,156); }

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