#9B4D91

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

Shades of Violet Blue #9B4D91

Tints of Violet Blue #9B4D91

Color information

#9B4D91 (or 0x9B4D91) is unknown color: approx Violet Blue. HEX triplet: 9B, 4D and 91. RGB value is (155,77,145). Sum of RGB (Red+Green+Blue) = 155+77+145=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4D91 is #64B26E. Grayscale: #6B6B6B. Windows color (decimal): -6599279 or 9522587. OLE color: 9522587.

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

Color convert

RGB15577145-
CMYK00.500.060.39
HSL307.69º33.62%45.49%-
HSV(B)307.69º50.32%60.78%-
XYZ21.2814.3228.43-
YUV108.07148.84161.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 145 (57.03% from 255) = 38.46%
R=41.11%
G=20.42%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557714500.500.060.39307.6933.6245.49
Hex9B4D91032627134222d
Octal2331152210626474644255
Binary100110111001101100100010110010110100111100110100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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