#9B5491

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

Shades of Violet Blue #9B5491

Tints of Violet Blue #9B5491

Color information

#9B5491 (or 0x9B5491) is unknown color: approx Violet Blue. HEX triplet: 9B, 54 and 91. RGB value is (155,84,145). Sum of RGB (Red+Green+Blue) = 155+84+145=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5491 is #64AB6E. Grayscale: #707070. Windows color (decimal): -6597487 or 9524379. OLE color: 9524379.

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

Color convert

RGB15584145-
CMYK00.460.060.39
HSL308.45º29.71%46.86%-
HSV(B)308.45º45.81%60.78%-
XYZ21.815.3528.6-
YUV112.18146.52158.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.36%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 145 (57.03% from 255) = 37.76%
R=40.36%
G=21.88%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558414500.460.060.39308.4529.7146.86
Hex9B549102E6271341e2f
Octal2331242210566474643657
Binary10011011101010010010001010111011010011110011010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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