#9B569A

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

Shades of Violet Blue #9B569A

Tints of Violet Blue #9B569A

Color information

#9B569A (or 0x9B569A) is unknown color: approx Violet Blue. HEX triplet: 9B, 56 and 9A. RGB value is (155,86,154). Sum of RGB (Red+Green+Blue) = 155+86+154=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B569A is #64A965. Grayscale: #727272. Windows color (decimal): -6596966 or 10114715. OLE color: 10114715.

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

Color convert

RGB15586154-
CMYK00.450.010.39
HSL300.87º28.63%47.25%-
HSV(B)300.87º44.52%60.78%-
XYZ22.6815.9632.46-
YUV114.38150.36156.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.24%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=39.24%
G=21.77%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558615400.450.010.39300.8728.6347.25
Hex9B569A02D12712d1d2f
Octal2331262320551474553557
Binary100110111010110100110100101101110011110010110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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