#9B4097

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

Shades of Violet Blue #9B4097

Tints of Violet Blue #9B4097

Color information

#9B4097 (or 0x9B4097) is unknown color: approx Violet Blue. HEX triplet: 9B, 40 and 97. RGB value is (155,64,151). Sum of RGB (Red+Green+Blue) = 155+64+151=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4097 is #64BF68. Grayscale: #646464. Windows color (decimal): -6602601 or 9912475. OLE color: 9912475.

HSL color Cylindrical-coordinate representation of color #9B4097: hue angle of 302.64º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B4097 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15564151-
CMYK00.590.030.39
HSL302.64º41.55%42.94%-
HSV(B)302.64º58.71%60.78%-
XYZ20.9412.8730.66-
YUV101.13156.15166.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.89%
GREEN value IS 64 (25.39% from 255) = 17.30%
BLUE value IS 151 (59.38% from 255) = 40.81%
R=41.89%
G=17.30%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556415100.590.030.39302.6441.5542.94
Hex9B409703B32712f2a2b
Octal2331002270733474575253
Binary10011011100000010010111011101111100111100101111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,64,151); }

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

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

 a { background-color: rgb(155,64,151); }

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

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

 span { border-color: rgb(155,64,151); }

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