#9F379F

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

Shades of Vivid Violet #9F379F

Tints of Vivid Violet #9F379F

Color information

#9F379F (or 0x9F379F) is unknown color: approx Vivid Violet. HEX triplet: 9F, 37 and 9F. RGB value is (159,55,159). Sum of RGB (Red+Green+Blue) = 159+55+159=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F379F is #60C860. Grayscale: #616161. Windows color (decimal): -6342753 or 10434463. OLE color: 10434463.

HSL color Cylindrical-coordinate representation of color #9F379F: hue angle of 300º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F379F is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15955159-
CMYK00.6500.38
HSL300º48.6%41.96%-
HSV(B)300º65.41%62.35%-
XYZ21.9212.6134.08-
YUV97.95162.46171.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 55 (21.88% from 255) = 14.75%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=42.63%
G=14.75%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595515900.6500.3830048.641.96
Hex9F379F04102612c312a
Octal2376723701010464546152
Binary1001111111011110011111010000010100110100101100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F379F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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