#9B498E

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

Shades of Violet Blue #9B498E

Tints of Violet Blue #9B498E

Color information

#9B498E (or 0x9B498E) is unknown color: approx Violet Blue. HEX triplet: 9B, 49 and 8E. RGB value is (155,73,142). Sum of RGB (Red+Green+Blue) = 155+73+142=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B498E is #64B671. Grayscale: #696969. Windows color (decimal): -6600306 or 9324955. OLE color: 9324955.

HSL color Cylindrical-coordinate representation of color #9B498E: hue angle of 309.51º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B498E is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15573142-
CMYK00.530.080.39
HSL309.51º35.96%44.71%-
HSV(B)309.51º52.9%60.78%-
XYZ20.7813.6927.14-
YUV105.38148.67163.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.89%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=41.89%
G=19.73%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557314200.530.080.39309.5135.9644.71
Hex9B498E035827136242d
Octal23311121606510474664455
Binary1001101110010011000111001101011000100111100110110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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