#9F379C

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

Shades of Vivid Violet #9F379C

Tints of Vivid Violet #9F379C

Color information

#9F379C (or 0x9F379C) is unknown color: approx Vivid Violet. HEX triplet: 9F, 37 and 9C. RGB value is (159,55,156). Sum of RGB (Red+Green+Blue) = 159+55+156=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F379C is #60C863. Grayscale: #616161. Windows color (decimal): -6342756 or 10237855. OLE color: 10237855.

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

Color convert

RGB15955156-
CMYK00.650.020.38
HSL301.73º48.6%41.96%-
HSV(B)301.73º65.41%62.35%-
XYZ21.6712.532.72-
YUV97.61160.96171.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.97%
GREEN value IS 55 (21.88% from 255) = 14.86%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=42.97%
G=14.86%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595515600.650.020.38301.7348.641.96
Hex9F379C04122612e312a
Octal2376723401012464566152
Binary10011111110111100111000100000110100110100101110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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