#9B4D9B

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

Shades of Violet Blue #9B4D9B

Tints of Violet Blue #9B4D9B

Color information

#9B4D9B (or 0x9B4D9B) is unknown color: approx Violet Blue. HEX triplet: 9B, 4D and 9B. RGB value is (155,77,155). Sum of RGB (Red+Green+Blue) = 155+77+155=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B4D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4D9B is #64B264. Grayscale: #6C6C6C. Windows color (decimal): -6599269 or 10177947. OLE color: 10177947.

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

Color convert

RGB15577155-
CMYK00.5000.39
HSL300º33.62%45.49%-
HSV(B)300º50.32%60.78%-
XYZ22.0914.6432.67-
YUV109.21153.84160.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.05%
GREEN value IS 77 (30.47% from 255) = 19.90%
BLUE value IS 155 (60.94% from 255) = 40.05%
R=40.05%
G=19.90%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557715500.5000.3930033.6245.49
Hex9B4D9B03202712c222d
Octal2331152330620474544255
Binary1001101110011011001101101100100100111100101100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,77,155); }

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

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

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

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

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

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

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