#9B549D

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

Shades of Violet Blue #9B549D

Tints of Violet Blue #9B549D

Color information

#9B549D (or 0x9B549D) is unknown color: approx Violet Blue. HEX triplet: 9B, 54 and 9D. RGB value is (155,84,157). Sum of RGB (Red+Green+Blue) = 155+84+157=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B549D is #64AB62. Grayscale: #717171. Windows color (decimal): -6597475 or 10310811. OLE color: 10310811.

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

Color convert

RGB15584157-
CMYK0.010.4600.38
HSL298.36º30.29%47.25%-
HSV(B)298.36º46.5%61.57%-
XYZ22.7715.7433.74-
YUV113.55152.52157.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.14%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=39.14%
G=21.21%
B=39.65%

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
Decimal155841570.010.4600.38298.3630.2947.25
Hex9B549D12E02612a1e2f
Octal2331242351560464523657
Binary100110111010100100111011101110010011010010101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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