#9B5F98

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

Shades of Violet Blue #9B5F98

Tints of Violet Blue #9B5F98

Color information

#9B5F98 (or 0x9B5F98) is unknown color: approx Violet Blue. HEX triplet: 9B, 5F and 98. RGB value is (155,95,152). Sum of RGB (Red+Green+Blue) = 155+95+152=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5F98 is #64A067. Grayscale: #777777. Windows color (decimal): -6594664 or 9985947. OLE color: 9985947.

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

Color convert

RGB15595152-
CMYK00.390.020.39
HSL303º24%49.02%-
HSV(B)303º38.71%60.78%-
XYZ23.2817.4231.84-
YUV119.44146.38153.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.56%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=38.56%
G=23.63%
B=37.81%

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
Decimal1559515200.390.020.393032449.02
Hex9B5F9802722712f1831
Octal2331372300472474573061
Binary1001101110111111001100001001111010011110010111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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