#9F3196

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

Shades of Vivid Violet #9F3196

Tints of Vivid Violet #9F3196

Color information

#9F3196 (or 0x9F3196) is unknown color: approx Vivid Violet. HEX triplet: 9F, 31 and 96. RGB value is (159,49,150). Sum of RGB (Red+Green+Blue) = 159+49+150=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3196 is #60CE69. Grayscale: #5D5D5D. Windows color (decimal): -6344298 or 9843103. OLE color: 9843103.

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

Color convert

RGB15949150-
CMYK00.690.060.38
HSL304.91º52.88%40.78%-
HSV(B)304.91º69.18%62.35%-
XYZ20.911.7730.02-
YUV93.4159.94174.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.41%
GREEN value IS 49 (19.53% from 255) = 13.69%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=44.41%
G=13.69%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594915000.690.060.38304.9152.8840.78
Hex9F31960456261313529
Octal2376122601056464616551
Binary100111111100011001011001000101110100110100110001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,49,150); }

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

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

 a { background-color: rgb(159,49,150); }

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

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

 span { border-color: rgb(159,49,150); }

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