#9B499E

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

Shades of Violet Blue #9B499E

Tints of Violet Blue #9B499E

Color information

#9B499E (or 0x9B499E) is unknown color: approx Violet Blue. HEX triplet: 9B, 49 and 9E. RGB value is (155,73,158). Sum of RGB (Red+Green+Blue) = 155+73+158=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B499E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B499E is #64B661. Grayscale: #6A6A6A. Windows color (decimal): -6600290 or 10373531. OLE color: 10373531.

HSL color Cylindrical-coordinate representation of color #9B499E: hue angle of 297.88º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B499E is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15573158-
CMYK0.020.5400.38
HSL297.88º36.8%45.29%-
HSV(B)297.88º53.8%61.96%-
XYZ22.0714.233.93-
YUV107.21156.67162.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=40.16%
G=18.91%
B=40.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155731580.020.5400.38297.8836.845.29
Hex9B499E23602612a252d
Octal2331112362660464524555
Binary10011011100100110011110101101100100110100101010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,73,158); }

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

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

 a { background-color: rgb(155,73,158); }

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

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

 span { border-color: rgb(155,73,158); }

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