#8F3699

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

Shades of Vivid Violet #8F3699

Tints of Vivid Violet #8F3699

Color information

#8F3699 (or 0x8F3699) is unknown color: approx Vivid Violet. HEX triplet: 8F, 36 and 99. RGB value is (143,54,153). Sum of RGB (Red+Green+Blue) = 143+54+153=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F3699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3699 is #70C966. Grayscale: #5B5B5B. Windows color (decimal): -7391591 or 10040975. OLE color: 10040975.

HSL color Cylindrical-coordinate representation of color #8F3699: hue angle of 293.94º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F3699 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14354153-
CMYK0.070.6500.4
HSL293.94º47.83%40.59%-
HSV(B)293.94º64.71%60%-
XYZ18.410.7831.25-
YUV91.9162.49164.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.86%
GREEN value IS 54 (21.48% from 255) = 15.43%
BLUE value IS 153 (60.16% from 255) = 43.71%
R=40.86%
G=15.43%
B=43.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal143541530.070.6500.4293.9447.8340.59
Hex8F36997410281263029
Octal2176623171010504466051
Binary100011111101101001100111110000010101000100100110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F3699; }

 p { color: rgb(143,54,153); }

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

<style>
 a { background-color: #8F3699; }

 a { background-color: rgb(143,54,153); }

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

<style>
 span { border-color: #8F3699; }

 span { border-color: rgb(143,54,153); }

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