#9B4D8D

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

Shades of Violet Blue #9B4D8D

Tints of Violet Blue #9B4D8D

Color information

#9B4D8D (or 0x9B4D8D) is unknown color: approx Violet Blue. HEX triplet: 9B, 4D and 8D. RGB value is (155,77,141). Sum of RGB (Red+Green+Blue) = 155+77+141=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4D8D is #64B272. Grayscale: #6B6B6B. Windows color (decimal): -6599283 or 9260443. OLE color: 9260443.

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

Color convert

RGB15577141-
CMYK00.500.090.39
HSL310.77º33.62%45.49%-
HSV(B)310.77º50.32%60.78%-
XYZ20.9814.226.83-
YUV107.62146.84161.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.55%
GREEN value IS 77 (30.47% from 255) = 20.64%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=41.55%
G=20.64%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557714100.500.090.39310.7733.6245.49
Hex9B4D8D032927137222d
Octal23311521506211474674255
Binary1001101110011011000110101100101001100111100110111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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