#8F4A93

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

Shades of Vivid Violet #8F4A93

Tints of Vivid Violet #8F4A93

Color information

#8F4A93 (or 0x8F4A93) is unknown color: approx Vivid Violet. HEX triplet: 8F, 4A and 93. RGB value is (143,74,147). Sum of RGB (Red+Green+Blue) = 143+74+147=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F4A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4A93 is #70B56C. Grayscale: #666666. Windows color (decimal): -7386477 or 9652879. OLE color: 9652879.

HSL color Cylindrical-coordinate representation of color #8F4A93: hue angle of 296.71º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F4A93 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14374147-
CMYK0.030.5000.42
HSL296.71º33.03%43.33%-
HSV(B)296.71º49.66%57.65%-
XYZ19.0412.8429.08-
YUV102.95152.86156.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.29%
GREEN value IS 74 (29.30% from 255) = 20.33%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=39.29%
G=20.33%
B=40.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143741470.030.5000.42296.7133.0343.33
Hex8F4A9333202A129212b
Octal2171122233620524514153
Binary10001111100101010010011111100100101010100101001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,74,147); }

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

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

 a { background-color: rgb(143,74,147); }

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

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

 span { border-color: rgb(143,74,147); }

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