#9F2699

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

Shades of Vivid Violet #9F2699

Tints of Vivid Violet #9F2699

Color information

#9F2699 (or 0x9F2699) is unknown color: approx Vivid Violet. HEX triplet: 9F, 26 and 99. RGB value is (159,38,153). Sum of RGB (Red+Green+Blue) = 159+38+153=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2699 is #60D966. Grayscale: #565656. Windows color (decimal): -6347111 or 10036895. OLE color: 10036895.

HSL color Cylindrical-coordinate representation of color #9F2699: hue angle of 302.98º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2699 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15938153-
CMYK00.760.040.38
HSL302.98º61.42%38.63%-
HSV(B)302.98º76.1%62.35%-
XYZ20.7411.0631.18-
YUV87.29165.09179.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.43%
GREEN value IS 38 (15.23% from 255) = 10.86%
BLUE value IS 153 (60.16% from 255) = 43.71%
R=45.43%
G=10.86%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593815300.760.040.38302.9861.4238.63
Hex9F269904C42612f3d27
Octal2374623101144464577547
Binary100111111001101001100101001100100100110100101111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,38,153); }

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

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

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

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

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

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

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