#9B5E98

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

Shades of Violet Blue #9B5E98

Tints of Violet Blue #9B5E98

Color information

#9B5E98 (or 0x9B5E98) is unknown color: approx Violet Blue. HEX triplet: 9B, 5E and 98. RGB value is (155,94,152). Sum of RGB (Red+Green+Blue) = 155+94+152=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5E98 is #64A167. Grayscale: #767676. Windows color (decimal): -6594920 or 9985691. OLE color: 9985691.

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

Color convert

RGB15594152-
CMYK00.390.020.39
HSL302.95º24.5%48.82%-
HSV(B)302.95º39.35%60.78%-
XYZ23.1917.2431.81-
YUV118.85146.71153.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.65%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 152 (59.77% from 255) = 37.91%
R=38.65%
G=23.44%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559415200.390.020.39302.9524.548.82
Hex9B5E9802722712f1831
Octal2331362300472474573061
Binary1001101110111101001100001001111010011110010111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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