#9B5798

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

Shades of Violet Blue #9B5798

Tints of Violet Blue #9B5798

Color information

#9B5798 (or 0x9B5798) is unknown color: approx Violet Blue. HEX triplet: 9B, 57 and 98. RGB value is (155,87,152). Sum of RGB (Red+Green+Blue) = 155+87+152=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5798 is #64A867. Grayscale: #727272. Windows color (decimal): -6596712 or 9983899. OLE color: 9983899.

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

Color convert

RGB15587152-
CMYK00.440.020.39
HSL302.65º28.1%47.45%-
HSV(B)302.65º43.87%60.78%-
XYZ22.5916.0531.61-
YUV114.74149.03156.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.34%
GREEN value IS 87 (34.38% from 255) = 22.08%
BLUE value IS 152 (59.77% from 255) = 38.58%
R=39.34%
G=22.08%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558715200.440.020.39302.6528.147.45
Hex9B579802C22712f1c2f
Octal2331272300542474573457
Binary1001101110101111001100001011001010011110010111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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