#9E569B

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

Shades of Violet Blue #9E569B

Tints of Violet Blue #9E569B

Color information

#9E569B (or 0x9E569B) is unknown color: approx Violet Blue. HEX triplet: 9E, 56 and 9B. RGB value is (158,86,155). Sum of RGB (Red+Green+Blue) = 158+86+155=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 158 - color contains mainly: red. Hex color #9E569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E569B is #61A964. Grayscale: #737373. Windows color (decimal): -6400357 or 10180254. OLE color: 10180254.

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

Color convert

RGB15886155-
CMYK00.460.020.38
HSL302.5º29.51%47.84%-
HSV(B)302.5º45.57%61.96%-
XYZ23.3416.2932.92-
YUV115.39150.35158.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.60%
GREEN value IS 86 (33.98% from 255) = 21.55%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=39.60%
G=21.55%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588615500.460.020.38302.529.5147.84
Hex9E569B02E22612e1e30
Octal2361262330562464563660
Binary1001111010101101001101101011101010011010010111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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