#9F3396

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

Shades of Vivid Violet #9F3396

Tints of Vivid Violet #9F3396

Color information

#9F3396 (or 0x9F3396) is unknown color: approx Vivid Violet. HEX triplet: 9F, 33 and 96. RGB value is (159,51,150). Sum of RGB (Red+Green+Blue) = 159+51+150=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3396 is #60CC69. Grayscale: #5E5E5E. Windows color (decimal): -6343786 or 9843615. OLE color: 9843615.

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

Color convert

RGB15951150-
CMYK00.680.060.38
HSL305º51.43%41.18%-
HSV(B)305º67.92%62.35%-
XYZ20.9911.9430.05-
YUV94.58159.28173.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.17%
GREEN value IS 51 (20.31% from 255) = 14.17%
BLUE value IS 150 (58.98% from 255) = 41.67%
R=44.17%
G=14.17%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595115000.680.060.3830551.4341.18
Hex9F33960446261313329
Octal2376322601046464616351
Binary100111111100111001011001000100110100110100110001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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