#9B538B

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

Shades of Violet Blue #9B538B

Tints of Violet Blue #9B538B

Color information

#9B538B (or 0x9B538B) is unknown color: approx Violet Blue. HEX triplet: 9B, 53 and 8B. RGB value is (155,83,139). Sum of RGB (Red+Green+Blue) = 155+83+139=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B538B is #64AC74. Grayscale: #6E6E6E. Windows color (decimal): -6597749 or 9130907. OLE color: 9130907.

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

Color convert

RGB15583139-
CMYK00.460.100.39
HSL313.33º30.25%46.67%-
HSV(B)313.33º46.45%60.78%-
XYZ21.2715.0226.2-
YUV110.91143.85159.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=41.11%
G=22.02%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558313900.460.100.39313.3330.2546.67
Hex9B538B02EA271391e2f
Octal23312321305612474713657
Binary100110111010011100010110101110101010011110011100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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