#8C4191

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

Shades of Vivid Violet #8C4191

Tints of Vivid Violet #8C4191

Color information

#8C4191 (or 0x8C4191) is unknown color: approx Vivid Violet. HEX triplet: 8C, 41 and 91. RGB value is (140,65,145). Sum of RGB (Red+Green+Blue) = 140+65+145=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C4191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4191 is #73BE6E. Grayscale: #606060. Windows color (decimal): -7585391 or 9519500. OLE color: 9519500.

HSL color Cylindrical-coordinate representation of color #8C4191: hue angle of 296.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C4191 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14065145-
CMYK0.030.5500.43
HSL296.25º38.1%41.18%-
HSV(B)296.25º55.17%56.86%-
XYZ17.8211.428.05-
YUV96.54155.35159-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40%
GREEN value IS 65 (25.78% from 255) = 18.57%
BLUE value IS 145 (57.03% from 255) = 41.43%
R=40%
G=18.57%
B=41.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140651450.030.5500.43296.2538.141.18
Hex8C419133702B1282629
Octal2141012213670534504651
Binary10001100100000110010001111101110101011100101000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,65,145); }

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

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

 a { background-color: rgb(140,65,145); }

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

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

 span { border-color: rgb(140,65,145); }

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