#9F4C93

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

Shades of Violet Blue #9F4C93

Tints of Violet Blue #9F4C93

Color information

#9F4C93 (or 0x9F4C93) is unknown color: approx Violet Blue. HEX triplet: 9F, 4C and 93. RGB value is (159,76,147). Sum of RGB (Red+Green+Blue) = 159+76+147=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4C93 is #60B36C. Grayscale: #6C6C6C. Windows color (decimal): -6337389 or 9653407. OLE color: 9653407.

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

Color convert

RGB15976147-
CMYK00.520.080.38
HSL308.67º35.32%46.08%-
HSV(B)308.67º52.2%62.35%-
XYZ22.1514.6529.26-
YUV108.91149.5163.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.62%
GREEN value IS 76 (30.08% from 255) = 19.90%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=41.62%
G=19.90%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597614700.520.080.38308.6735.3246.08
Hex9F4C93034826135232e
Octal23711422306410464654356
Binary1001111110011001001001101101001000100110100110101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,76,147); }

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

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

 a { background-color: rgb(159,76,147); }

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

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

 span { border-color: rgb(159,76,147); }

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