#9B4199

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

Shades of Violet Blue #9B4199

Tints of Violet Blue #9B4199

Color information

#9B4199 (or 0x9B4199) is unknown color: approx Violet Blue. HEX triplet: 9B, 41 and 99. RGB value is (155,65,153). Sum of RGB (Red+Green+Blue) = 155+65+153=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4199 is #64BE66. Grayscale: #656565. Windows color (decimal): -6602343 or 10043803. OLE color: 10043803.

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

Color convert

RGB15565153-
CMYK00.580.010.39
HSL301.33º40.91%43.14%-
HSV(B)301.33º58.06%60.78%-
XYZ21.1613.0531.54-
YUV101.94156.82165.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.55%
GREEN value IS 65 (25.78% from 255) = 17.43%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=41.55%
G=17.43%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556515300.580.010.39301.3340.9143.14
Hex9B419903A12712d292b
Octal2331012310721474555153
Binary1001101110000011001100101110101100111100101101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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