#9F498A

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

Shades of Violet Blue #9F498A

Tints of Violet Blue #9F498A

Color information

#9F498A (or 0x9F498A) is unknown color: approx Violet Blue. HEX triplet: 9F, 49 and 8A. RGB value is (159,73,138). Sum of RGB (Red+Green+Blue) = 159+73+138=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F498A is #60B675. Grayscale: #696969. Windows color (decimal): -6338166 or 9062815. OLE color: 9062815.

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

Color convert

RGB15973138-
CMYK00.540.130.38
HSL314.65º37.07%45.49%-
HSV(B)314.65º54.09%62.35%-
XYZ21.2713.9725.62-
YUV106.12145.99165.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.97%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=42.97%
G=19.73%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597313800.540.130.38314.6537.0745.49
Hex9F498A036D2613b252d
Octal23711121206615464734555
Binary1001111110010011000101001101101101100110100111011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,73,138); }

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

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

 a { background-color: rgb(159,73,138); }

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

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

 span { border-color: rgb(159,73,138); }

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