#9B6199

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

Shades of Violet Blue #9B6199

Tints of Violet Blue #9B6199

Color information

#9B6199 (or 0x9B6199) is unknown color: approx Violet Blue. HEX triplet: 9B, 61 and 99. RGB value is (155,97,153). Sum of RGB (Red+Green+Blue) = 155+97+153=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6199 is #649E66. Grayscale: #787878. Windows color (decimal): -6594151 or 10051995. OLE color: 10051995.

HSL color Cylindrical-coordinate representation of color #9B6199: hue angle of 302.07º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B6199 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15597153-
CMYK00.370.010.39
HSL302.07º23.02%49.41%-
HSV(B)302.07º37.42%60.78%-
XYZ23.5417.8232.34-
YUV120.73146.22152.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.27%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=38.27%
G=23.95%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559715300.370.010.39302.0723.0249.41
Hex9B619902512712e1731
Octal2331412310451474562761
Binary100110111100001100110010100101110011110010111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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