#9D498E

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

Shades of Violet Blue #9D498E

Tints of Violet Blue #9D498E

Color information

#9D498E (or 0x9D498E) is unknown color: approx Violet Blue. HEX triplet: 9D, 49 and 8E. RGB value is (157,73,142). Sum of RGB (Red+Green+Blue) = 157+73+142=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 157 - color contains mainly: red. Hex color #9D498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D498E is #62B671. Grayscale: #696969. Windows color (decimal): -6469234 or 9324957. OLE color: 9324957.

HSL color Cylindrical-coordinate representation of color #9D498E: hue angle of 310.71º 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 #9D498E is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB15773142-
CMYK00.540.100.38
HSL310.71º36.52%45.1%-
HSV(B)310.71º53.5%61.57%-
XYZ21.1713.8927.16-
YUV105.98148.33164.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.20%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=42.20%
G=19.62%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577314200.540.100.38310.7136.5245.1
Hex9D498E036A26137252d
Octal23511121606612464674555
Binary1001110110010011000111001101101010100110100110111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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