#9F4A92

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

Shades of Violet Blue #9F4A92

Tints of Violet Blue #9F4A92

Color information

#9F4A92 (or 0x9F4A92) is unknown color: approx Violet Blue. HEX triplet: 9F, 4A and 92. RGB value is (159,74,146). Sum of RGB (Red+Green+Blue) = 159+74+146=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4A92 is #60B56D. Grayscale: #6B6B6B. Windows color (decimal): -6337902 or 9587359. OLE color: 9587359.

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

Color convert

RGB15974146-
CMYK00.530.080.38
HSL309.18º36.48%45.69%-
HSV(B)309.18º53.46%62.35%-
XYZ21.9414.3428.81-
YUV107.62149.66164.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.95%
GREEN value IS 74 (29.30% from 255) = 19.53%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=41.95%
G=19.53%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597414600.530.080.38309.1836.4845.69
Hex9F4A92035826135242e
Octal23711222206510464654456
Binary1001111110010101001001001101011000100110100110101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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