#9D498F

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

Shades of Violet Blue #9D498F

Tints of Violet Blue #9D498F

Color information

#9D498F (or 0x9D498F) is unknown color: approx Violet Blue. HEX triplet: 9D, 49 and 8F. RGB value is (157,73,143). Sum of RGB (Red+Green+Blue) = 157+73+143=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D498F is #62B670. Grayscale: #696969. Windows color (decimal): -6469233 or 9390493. OLE color: 9390493.

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

Color convert

RGB15773143-
CMYK00.540.090.38
HSL310º36.52%45.1%-
HSV(B)310º53.5%61.57%-
XYZ21.2513.9227.55-
YUV106.1148.83164.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.09%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 143 (56.25% from 255) = 38.34%
R=42.09%
G=19.57%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577314300.540.090.3831036.5245.1
Hex9D498F036926136252d
Octal23511121706611464664555
Binary1001110110010011000111101101101001100110100110110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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