#9E549D

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

Shades of Violet Blue #9E549D

Tints of Violet Blue #9E549D

Color information

#9E549D (or 0x9E549D) is unknown color: approx Violet Blue. HEX triplet: 9E, 54 and 9D. RGB value is (158,84,157). Sum of RGB (Red+Green+Blue) = 158+84+157=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 158 - color contains mainly: red. Hex color #9E549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E549D is #61AB62. Grayscale: #727272. Windows color (decimal): -6400867 or 10310814. OLE color: 10310814.

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

Color convert

RGB15884157-
CMYK00.470.010.38
HSL300.81º30.58%47.45%-
HSV(B)300.81º46.84%61.96%-
XYZ23.3616.0433.76-
YUV114.45152.02159.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.60%
GREEN value IS 84 (33.20% from 255) = 21.05%
BLUE value IS 157 (61.72% from 255) = 39.35%
R=39.60%
G=21.05%
B=39.35%

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
Decimal1588415700.470.010.38300.8130.5847.45
Hex9E549D02F12612d1f2f
Octal2361242350571464553757
Binary100111101010100100111010101111110011010010110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,84,157); }

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

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

 a { background-color: rgb(158,84,157); }

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

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

 span { border-color: rgb(158,84,157); }

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