#9B4791

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

Shades of Violet Blue #9B4791

Tints of Violet Blue #9B4791

Color information

#9B4791 (or 0x9B4791) is unknown color: approx Violet Blue. HEX triplet: 9B, 47 and 91. RGB value is (155,71,145). Sum of RGB (Red+Green+Blue) = 155+71+145=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4791 is #64B86E. Grayscale: #686868. Windows color (decimal): -6600815 or 9521051. OLE color: 9521051.

HSL color Cylindrical-coordinate representation of color #9B4791: hue angle of 307.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B4791 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB15571145-
CMYK00.540.060.39
HSL307.14º37.17%44.31%-
HSV(B)307.14º54.19%60.78%-
XYZ20.8813.5228.3-
YUV104.55150.83163.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 71 (28.12% from 255) = 19.14%
BLUE value IS 145 (57.03% from 255) = 39.08%
R=41.78%
G=19.14%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557114500.540.060.39307.1437.1744.31
Hex9B4791036627133252c
Octal2331072210666474634554
Binary100110111000111100100010110110110100111100110011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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