#9F3394

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

Shades of Vivid Violet #9F3394

Tints of Vivid Violet #9F3394

Color information

#9F3394 (or 0x9F3394) is unknown color: approx Vivid Violet. HEX triplet: 9F, 33 and 94. RGB value is (159,51,148). Sum of RGB (Red+Green+Blue) = 159+51+148=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3394 is #60CC6B. Grayscale: #5E5E5E. Windows color (decimal): -6343788 or 9712543. OLE color: 9712543.

HSL color Cylindrical-coordinate representation of color #9F3394: hue angle of 306.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F3394 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB15951148-
CMYK00.680.070.38
HSL306.11º51.43%41.18%-
HSV(B)306.11º67.92%62.35%-
XYZ20.8311.8829.21-
YUV94.35158.28174.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.41%
GREEN value IS 51 (20.31% from 255) = 14.25%
BLUE value IS 148 (58.20% from 255) = 41.34%
R=44.41%
G=14.25%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595114800.680.070.38306.1151.4341.18
Hex9F33940447261323329
Octal2376322401047464626351
Binary100111111100111001010001000100111100110100110010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,51,148); }

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

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

 a { background-color: rgb(159,51,148); }

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

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

 span { border-color: rgb(159,51,148); }

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