#9F4992

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

Shades of Violet Blue #9F4992

Tints of Violet Blue #9F4992

Color information

#9F4992 (or 0x9F4992) is unknown color: approx Violet Blue. HEX triplet: 9F, 49 and 92. RGB value is (159,73,146). Sum of RGB (Red+Green+Blue) = 159+73+146=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4992 is #60B66D. Grayscale: #6A6A6A. Windows color (decimal): -6338158 or 9587103. OLE color: 9587103.

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

Color convert

RGB15973146-
CMYK00.540.080.38
HSL309.07º37.07%45.49%-
HSV(B)309.07º54.09%62.35%-
XYZ21.8714.2128.78-
YUV107.04149.99165.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.06%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=42.06%
G=19.31%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597314600.540.080.38309.0737.0745.49
Hex9F4992036826135252d
Octal23711122206610464654555
Binary1001111110010011001001001101101000100110100110101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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