#8F479D

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

Shades of Vivid Violet #8F479D

Tints of Vivid Violet #8F479D

Color information

#8F479D (or 0x8F479D) is unknown color: approx Vivid Violet. HEX triplet: 8F, 47 and 9D. RGB value is (143,71,157). Sum of RGB (Red+Green+Blue) = 143+71+157=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F479D is #70B862. Grayscale: #666666. Windows color (decimal): -7387235 or 10307471. OLE color: 10307471.

HSL color Cylindrical-coordinate representation of color #8F479D: hue angle of 290.23º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F479D is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14371157-
CMYK0.090.5500.38
HSL290.23º37.72%44.71%-
HSV(B)290.23º54.78%61.57%-
XYZ19.6712.7833.33-
YUV102.33158.85157.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 71 (28.12% from 255) = 19.14%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=38.54%
G=19.14%
B=42.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143711570.090.5500.38290.2337.7244.71
Hex8F479D937026122262d
Octal21710723511670464424655
Binary1000111110001111001110110011101110100110100100010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,71,157); }

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

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

 a { background-color: rgb(143,71,157); }

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

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

 span { border-color: rgb(143,71,157); }

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