#9B5A99

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

Shades of Violet Blue #9B5A99

Tints of Violet Blue #9B5A99

Color information

#9B5A99 (or 0x9B5A99) is unknown color: approx Violet Blue. HEX triplet: 9B, 5A and 99. RGB value is (155,90,153). Sum of RGB (Red+Green+Blue) = 155+90+153=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5A99 is #64A566. Grayscale: #747474. Windows color (decimal): -6595943 or 10050203. OLE color: 10050203.

HSL color Cylindrical-coordinate representation of color #9B5A99: hue angle of 301.85º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B5A99 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15590153-
CMYK00.420.010.39
HSL301.85º26.53%48.04%-
HSV(B)301.85º41.94%60.78%-
XYZ22.9216.5832.13-
YUV116.62148.53155.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 153 (60.16% from 255) = 38.44%
R=38.94%
G=22.61%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559015300.420.010.39301.8526.5348.04
Hex9B5A9902A12712e1b30
Octal2331322310521474563360
Binary100110111011010100110010101010110011110010111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,90,153); }

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

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

 a { background-color: rgb(155,90,153); }

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

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

 span { border-color: rgb(155,90,153); }

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