#9B5196

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

Shades of Violet Blue #9B5196

Tints of Violet Blue #9B5196

Color information

#9B5196 (or 0x9B5196) is unknown color: approx Violet Blue. HEX triplet: 9B, 51 and 96. RGB value is (155,81,150). Sum of RGB (Red+Green+Blue) = 155+81+150=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5196 is #64AE69. Grayscale: #6E6E6E. Windows color (decimal): -6598250 or 9851291. OLE color: 9851291.

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

Color convert

RGB15581150-
CMYK00.480.030.39
HSL304.05º31.36%46.27%-
HSV(B)304.05º47.74%60.78%-
XYZ21.9715.0630.6-
YUV110.99150.02159.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 150 (58.98% from 255) = 38.86%
R=40.16%
G=20.98%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558115000.480.030.39304.0531.3646.27
Hex9B51960303271301f2e
Octal2331212260603474603756
Binary1001101110100011001011001100001110011110011000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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