#9B4197

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

Shades of Violet Blue #9B4197

Tints of Violet Blue #9B4197

Color information

#9B4197 (or 0x9B4197) is unknown color: approx Violet Blue. HEX triplet: 9B, 41 and 97. RGB value is (155,65,151). Sum of RGB (Red+Green+Blue) = 155+65+151=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4197 is #64BE68. Grayscale: #656565. Windows color (decimal): -6602345 or 9912731. OLE color: 9912731.

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

Color convert

RGB15565151-
CMYK00.580.030.39
HSL302.67º40.91%43.14%-
HSV(B)302.67º58.06%60.78%-
XYZ20.9912.9830.68-
YUV101.71155.82166.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 151 (59.38% from 255) = 40.70%
R=41.78%
G=17.52%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556515100.580.030.39302.6740.9143.14
Hex9B419703A32712f292b
Octal2331012270723474575153
Binary10011011100000110010111011101011100111100101111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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