#9B569D

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

Shades of Violet Blue #9B569D

Tints of Violet Blue #9B569D

Color information

#9B569D (or 0x9B569D) is unknown color: approx Violet Blue. HEX triplet: 9B, 56 and 9D. RGB value is (155,86,157). Sum of RGB (Red+Green+Blue) = 155+86+157=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B569D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B569D is #64A962. Grayscale: #727272. Windows color (decimal): -6596963 or 10311323. OLE color: 10311323.

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

Color convert

RGB15586157-
CMYK0.010.4500.38
HSL298.31º29.22%47.65%-
HSV(B)298.31º45.22%61.57%-
XYZ22.9316.0633.79-
YUV114.72151.86156.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 86 (33.98% from 255) = 21.61%
BLUE value IS 157 (61.72% from 255) = 39.45%
R=38.94%
G=21.61%
B=39.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155861570.010.4500.38298.3129.2247.65
Hex9B569D12D02612a1d30
Octal2331262351550464523560
Binary100110111010110100111011101101010011010010101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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