#9B4D8A

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

Shades of Violet Blue #9B4D8A

Tints of Violet Blue #9B4D8A

Color information

#9B4D8A (or 0x9B4D8A) is unknown color: approx Violet Blue. HEX triplet: 9B, 4D and 8A. RGB value is (155,77,138). Sum of RGB (Red+Green+Blue) = 155+77+138=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4D8A is #64B275. Grayscale: #6B6B6B. Windows color (decimal): -6599286 or 9063835. OLE color: 9063835.

HSL color Cylindrical-coordinate representation of color #9B4D8A: hue angle of 313.08º 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 #9B4D8A is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB15577138-
CMYK00.500.110.39
HSL313.08º33.62%45.49%-
HSV(B)313.08º50.32%60.78%-
XYZ20.7614.1125.67-
YUV107.28145.34162.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.89%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=41.89%
G=20.81%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557713800.500.110.39313.0833.6245.49
Hex9B4D8A032B27139222d
Octal23311521206213474714255
Binary1001101110011011000101001100101011100111100111001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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