#9E569F

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

Shades of Violet Blue #9E569F

Tints of Violet Blue #9E569F

Color information

#9E569F (or 0x9E569F) is unknown color: approx Violet Blue. HEX triplet: 9E, 56 and 9F. RGB value is (158,86,159). Sum of RGB (Red+Green+Blue) = 158+86+159=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E569F is #61A960. Grayscale: #737373. Windows color (decimal): -6400353 or 10442398. OLE color: 10442398.

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

Color convert

RGB15886159-
CMYK0.010.4600.38
HSL299.18º29.8%48.04%-
HSV(B)299.18º45.91%62.35%-
XYZ23.6916.4334.72-
YUV115.85152.35158.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.21%
GREEN value IS 86 (33.98% from 255) = 21.34%
BLUE value IS 159 (62.5% from 255) = 39.45%
R=39.21%
G=21.34%
B=39.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158861590.010.4600.38299.1829.848.04
Hex9E569F12E02612b1e30
Octal2361262371560464533660
Binary100111101010110100111111101110010011010010101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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