#8F4196

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

Shades of Vivid Violet #8F4196

Tints of Vivid Violet #8F4196

Color information

#8F4196 (or 0x8F4196) is unknown color: approx Vivid Violet. HEX triplet: 8F, 41 and 96. RGB value is (143,65,150). Sum of RGB (Red+Green+Blue) = 143+65+150=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #8F4196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4196 is #70BE69. Grayscale: #616161. Windows color (decimal): -7388778 or 9847183. OLE color: 9847183.

HSL color Cylindrical-coordinate representation of color #8F4196: hue angle of 295.06º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F4196 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14365150-
CMYK0.050.5700.41
HSL295.06º39.53%42.16%-
HSV(B)295.06º56.67%58.82%-
XYZ18.7211.8230.15-
YUV98.01157.34160.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.94%
GREEN value IS 65 (25.78% from 255) = 18.16%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=39.94%
G=18.16%
B=41.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143651500.050.5700.41295.0639.5342.16
Hex8F4196539029127282a
Octal2171012265710514475052
Binary100011111000001100101101011110010101001100100111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,65,150); }

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

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

 a { background-color: rgb(143,65,150); }

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

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

 span { border-color: rgb(143,65,150); }

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