#9B528B

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

Shades of Violet Blue #9B528B

Tints of Violet Blue #9B528B

Color information

#9B528B (or 0x9B528B) is unknown color: approx Violet Blue. HEX triplet: 9B, 52 and 8B. RGB value is (155,82,139). Sum of RGB (Red+Green+Blue) = 155+82+139=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B528B is #64AD74. Grayscale: #6E6E6E. Windows color (decimal): -6598005 or 9130651. OLE color: 9130651.

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

Color convert

RGB15582139-
CMYK00.470.100.39
HSL313.15º30.8%46.47%-
HSV(B)313.15º47.1%60.78%-
XYZ21.214.8726.18-
YUV110.32144.18159.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.22%
GREEN value IS 82 (32.42% from 255) = 21.81%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=41.22%
G=21.81%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558213900.470.100.39313.1530.846.47
Hex9B528B02FA271391f2e
Octal23312221305712474713756
Binary100110111010010100010110101111101010011110011100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,82,139); }

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

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

 a { background-color: rgb(155,82,139); }

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

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

 span { border-color: rgb(155,82,139); }

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