#9B518B

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

Shades of Violet Blue #9B518B

Tints of Violet Blue #9B518B

Color information

#9B518B (or 0x9B518B) is unknown color: approx Violet Blue. HEX triplet: 9B, 51 and 8B. RGB value is (155,81,139). Sum of RGB (Red+Green+Blue) = 155+81+139=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B518B is #64AE74. Grayscale: #6D6D6D. Windows color (decimal): -6598261 or 9130395. OLE color: 9130395.

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

Color convert

RGB15581139-
CMYK00.480.100.39
HSL312.97º31.36%46.27%-
HSV(B)312.97º47.74%60.78%-
XYZ21.1214.7226.15-
YUV109.74144.52160.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.33%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=41.33%
G=21.6%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558113900.480.100.39312.9731.3646.27
Hex9B518B030A271391f2e
Octal23312121306012474713756
Binary100110111010001100010110110000101010011110011100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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