#9B4D9C

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

Shades of Violet Blue #9B4D9C

Tints of Violet Blue #9B4D9C

Color information

#9B4D9C (or 0x9B4D9C) is unknown color: approx Violet Blue. HEX triplet: 9B, 4D and 9C. RGB value is (155,77,156). Sum of RGB (Red+Green+Blue) = 155+77+156=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B4D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4D9C is #64B263. Grayscale: #6D6D6D. Windows color (decimal): -6599268 or 10243483. OLE color: 10243483.

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

Color convert

RGB15577156-
CMYK0.010.5100.39
HSL299.24º33.91%45.69%-
HSV(B)299.24º50.64%61.18%-
XYZ22.1714.6833.12-
YUV109.33154.34160.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.95%
GREEN value IS 77 (30.47% from 255) = 19.85%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=39.95%
G=19.85%
B=40.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155771560.010.5100.39299.2433.9145.69
Hex9B4D9C13302712b222e
Octal2331152341630474534256
Binary1001101110011011001110011100110100111100101011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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