#9B4C9B

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

Shades of Violet Blue #9B4C9B

Tints of Violet Blue #9B4C9B

Color information

#9B4C9B (or 0x9B4C9B) is unknown color: approx Violet Blue. HEX triplet: 9B, 4C and 9B. RGB value is (155,76,155). Sum of RGB (Red+Green+Blue) = 155+76+155=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B4C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4C9B is #64B364. Grayscale: #6C6C6C. Windows color (decimal): -6599525 or 10177691. OLE color: 10177691.

HSL color Cylindrical-coordinate representation of color #9B4C9B: 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.51%. Process color model (Four color, CMYK) of #9B4C9B is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15576155-
CMYK00.5100.39
HSL300º34.2%45.29%-
HSV(B)300º50.97%60.78%-
XYZ22.0214.532.65-
YUV108.63154.17161.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 76 (30.08% from 255) = 19.69%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=40.16%
G=19.69%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557615500.5100.3930034.245.29
Hex9B4C9B03302712c222d
Octal2331142330630474544255
Binary1001101110011001001101101100110100111100101100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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