#8D298C

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

Shades of Vivid Violet #8D298C

Tints of Vivid Violet #8D298C

Color information

#8D298C (or 0x8D298C) is unknown color: approx Vivid Violet. HEX triplet: 8D, 29 and 8C. RGB value is (141,41,140). Sum of RGB (Red+Green+Blue) = 141+41+140=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D298C is #72D673. Grayscale: #515151. Windows color (decimal): -7526004 or 9185677. OLE color: 9185677.

HSL color Cylindrical-coordinate representation of color #8D298C: hue angle of 300.6º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D298C is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB14141140-
CMYK00.710.010.45
HSL300.6º54.95%35.69%-
HSV(B)300.6º70.92%55.29%-
XYZ16.519.1425.71-
YUV82.19160.63169.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.79%
GREEN value IS 41 (16.41% from 255) = 12.73%
BLUE value IS 140 (55.08% from 255) = 43.48%
R=43.79%
G=12.73%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414114000.710.010.45300.654.9535.69
Hex8D298C04712D12d3724
Octal2155121401071554556744
Binary1000110110100110001100010001111101101100101101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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