#9F339F

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

Shades of Vivid Violet #9F339F

Tints of Vivid Violet #9F339F

Color information

#9F339F (or 0x9F339F) is unknown color: approx Vivid Violet. HEX triplet: 9F, 33 and 9F. RGB value is (159,51,159). Sum of RGB (Red+Green+Blue) = 159+51+159=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F339F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F339F is #60CC60. Grayscale: #5F5F5F. Windows color (decimal): -6343777 or 10433439. OLE color: 10433439.

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

Color convert

RGB15951159-
CMYK00.6800.38
HSL300º51.43%41.18%-
HSV(B)300º67.92%62.35%-
XYZ21.7412.2434.02-
YUV95.6163.78173.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.09%
GREEN value IS 51 (20.31% from 255) = 13.82%
BLUE value IS 159 (62.5% from 255) = 43.09%
R=43.09%
G=13.82%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595115900.6800.3830051.4341.18
Hex9F339F04402612c3329
Octal2376323701040464546351
Binary1001111111001110011111010001000100110100101100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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