#9E509A

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

Shades of Violet Blue #9E509A

Tints of Violet Blue #9E509A

Color information

#9E509A (or 0x9E509A) is unknown color: approx Violet Blue. HEX triplet: 9E, 50 and 9A. RGB value is (158,80,154). Sum of RGB (Red+Green+Blue) = 158+80+154=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E509A is #61AF65. Grayscale: #6F6F6F. Windows color (decimal): -6401894 or 10113182. OLE color: 10113182.

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

Color convert

RGB15880154-
CMYK00.490.030.38
HSL303.08º32.77%46.67%-
HSV(B)303.08º49.37%61.96%-
XYZ22.815.3432.33-
YUV111.76151.84160.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.31%
GREEN value IS 80 (31.64% from 255) = 20.41%
BLUE value IS 154 (60.55% from 255) = 39.29%
R=40.31%
G=20.41%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588015400.490.030.38303.0832.7746.67
Hex9E509A03132612f212f
Octal2361202320613464574157
Binary10011110101000010011010011000111100110100101111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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