#9B5498

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

Shades of Violet Blue #9B5498

Tints of Violet Blue #9B5498

Color information

#9B5498 (or 0x9B5498) is unknown color: approx Violet Blue. HEX triplet: 9B, 54 and 98. RGB value is (155,84,152). Sum of RGB (Red+Green+Blue) = 155+84+152=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5498 is #64AB67. Grayscale: #707070. Windows color (decimal): -6597480 or 9983131. OLE color: 9983131.

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

Color convert

RGB15584152-
CMYK00.460.020.39
HSL302.54º29.71%46.86%-
HSV(B)302.54º45.81%60.78%-
XYZ22.3615.5831.53-
YUV112.98150.02157.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.64%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 152 (59.77% from 255) = 38.87%
R=39.64%
G=21.48%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558415200.460.020.39302.5429.7146.86
Hex9B549802E22712f1e2f
Octal2331242300562474573657
Binary1001101110101001001100001011101010011110010111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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