#9e509f

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

Shades of Violet Blue #9E509F

Tints of Violet Blue #9E509F

Color information

#9E509F (or 0x9E509F) is unknown color: approx Violet Blue. HEX triplet: 9E, 50 and 9F. RGB value is (158,80,159). Sum of RGB (Red+Green+Blue) = 158+80+159=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E509F is #61AF60. Grayscale: #707070. Windows color (decimal): -6401889 or 10440862. OLE color: 10440862.

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

Color convert

RGB15880159-
CMYK0.010.5000.38
HSL299.24º33.05%46.86%-
HSV(B)299.24º49.69%62.35%-
XYZ23.2315.5134.57-
YUV112.33154.34160.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.80%
GREEN value IS 80 (31.64% from 255) = 20.15%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=39.80%
G=20.15%
B=40.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158801590.010.5000.38299.2433.0546.86
Hex9E509F13202612b212f
Octal2361202371620464534157
Binary1001111010100001001111111100100100110100101011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e509f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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