#9B599A

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

Shades of Violet Blue #9B599A

Tints of Violet Blue #9B599A

Color information

#9B599A (or 0x9B599A) is unknown color: approx Violet Blue. HEX triplet: 9B, 59 and 9A. RGB value is (155,89,154). Sum of RGB (Red+Green+Blue) = 155+89+154=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B599A is #64A665. Grayscale: #737373. Windows color (decimal): -6596198 or 10115483. OLE color: 10115483.

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

Color convert

RGB15589154-
CMYK00.430.010.39
HSL300.91º27.05%47.84%-
HSV(B)300.91º42.58%60.78%-
XYZ22.9216.4532.54-
YUV116.14149.37155.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 154 (60.55% from 255) = 38.69%
R=38.94%
G=22.36%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558915400.430.010.39300.9127.0547.84
Hex9B599A02B12712d1b30
Octal2331312320531474553360
Binary100110111011001100110100101011110011110010110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,89,154); }

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

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

 a { background-color: rgb(155,89,154); }

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

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

 span { border-color: rgb(155,89,154); }

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