#8C2992

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

Shades of Vivid Violet #8C2992

Tints of Vivid Violet #8C2992

Color information

#8C2992 (or 0x8C2992) is unknown color: approx Vivid Violet. HEX triplet: 8C, 29 and 92. RGB value is (140,41,146). Sum of RGB (Red+Green+Blue) = 140+41+146=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C2992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2992 is #73D66D. Grayscale: #525252. Windows color (decimal): -7591534 or 9578892. OLE color: 9578892.

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

Color convert

RGB14041146-
CMYK0.040.7200.43
HSL296.57º56.15%36.67%-
HSV(B)296.57º71.92%57.25%-
XYZ16.89.2428.09-
YUV82.57163.8168.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.81%
GREEN value IS 41 (16.41% from 255) = 12.54%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=42.81%
G=12.54%
B=44.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140411460.040.7200.43296.5756.1536.67
Hex8C299244802B1293825
Octal2145122241100534517045
Binary100011001010011001001010010010000101011100101001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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