#8C4184

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

Shades of Vivid Violet #8C4184

Tints of Vivid Violet #8C4184

Color information

#8C4184 (or 0x8C4184) is unknown color: approx Vivid Violet. HEX triplet: 8C, 41 and 84. RGB value is (140,65,132). Sum of RGB (Red+Green+Blue) = 140+65+132=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4184 is #73BE7B. Grayscale: #5E5E5E. Windows color (decimal): -7585404 or 8667532. OLE color: 8667532.

HSL color Cylindrical-coordinate representation of color #8C4184: hue angle of 306.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4184 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14065132-
CMYK00.540.060.45
HSL306.4º36.59%40.2%-
HSV(B)306.4º53.57%54.9%-
XYZ16.8711.0223.07-
YUV95.06148.85160.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=41.54%
G=19.29%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406513200.540.060.45306.436.5940.2
Hex8C418403662D1322528
Octal2141012040666554624550
Binary100011001000001100001000110110110101101100110010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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