#9F399C

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

Shades of Vivid Violet #9F399C

Tints of Vivid Violet #9F399C

Color information

#9F399C (or 0x9F399C) is unknown color: approx Vivid Violet. HEX triplet: 9F, 39 and 9C. RGB value is (159,57,156). Sum of RGB (Red+Green+Blue) = 159+57+156=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F399C is #60C663. Grayscale: #626262. Windows color (decimal): -6342244 or 10238367. OLE color: 10238367.

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

Color convert

RGB15957156-
CMYK00.640.020.38
HSL301.76º47.22%42.35%-
HSV(B)301.76º64.15%62.35%-
XYZ21.7612.732.76-
YUV98.78160.29170.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.74%
GREEN value IS 57 (22.66% from 255) = 15.32%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=42.74%
G=15.32%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595715600.640.020.38301.7647.2242.35
Hex9F399C04022612e2f2a
Octal2377123401002464565752
Binary10011111111001100111000100000010100110100101110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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