#9B5191

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

Shades of Violet Blue #9B5191

Tints of Violet Blue #9B5191

Color information

#9B5191 (or 0x9B5191) is unknown color: approx Violet Blue. HEX triplet: 9B, 51 and 91. RGB value is (155,81,145). Sum of RGB (Red+Green+Blue) = 155+81+145=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5191 is #64AE6E. Grayscale: #6E6E6E. Windows color (decimal): -6598255 or 9523611. OLE color: 9523611.

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

Color convert

RGB15581145-
CMYK00.480.060.39
HSL308.11º31.36%46.27%-
HSV(B)308.11º47.74%60.78%-
XYZ21.5714.928.53-
YUV110.42147.52159.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.68%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 145 (57.03% from 255) = 38.06%
R=40.68%
G=21.26%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558114500.480.060.39308.1131.3646.27
Hex9B51910306271341f2e
Octal2331212210606474643756
Binary10011011101000110010001011000011010011110011010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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