#8C4992

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

Shades of Vivid Violet #8C4992

Tints of Vivid Violet #8C4992

Color information

#8C4992 (or 0x8C4992) is unknown color: approx Vivid Violet. HEX triplet: 8C, 49 and 92. RGB value is (140,73,146). Sum of RGB (Red+Green+Blue) = 140+73+146=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C4992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4992 is #73B66D. Grayscale: #656565. Windows color (decimal): -7583342 or 9587084. OLE color: 9587084.

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

Color convert

RGB14073146-
CMYK0.040.500.43
HSL295.07º33.33%42.94%-
HSV(B)295.07º50%57.25%-
XYZ18.3912.4228.62-
YUV101.36153.2155.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=39.00%
G=20.33%
B=40.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140731460.040.500.43295.0733.3342.94
Hex8C499243202B127212b
Octal2141112224620534474153
Binary100011001001001100100101001100100101011100100111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,73,146); }

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

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

 a { background-color: rgb(140,73,146); }

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

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

 span { border-color: rgb(140,73,146); }

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