#8D249C

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

Shades of Vivid Violet #8D249C

Tints of Vivid Violet #8D249C

Color information

#8D249C (or 0x8D249C) is unknown color: approx Vivid Violet. HEX triplet: 8D, 24 and 9C. RGB value is (141,36,156). Sum of RGB (Red+Green+Blue) = 141+36+156=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D249C is #72DB63. Grayscale: #505050. Windows color (decimal): -7527268 or 10232973. OLE color: 10232973.

HSL color Cylindrical-coordinate representation of color #8D249C: hue angle of 292.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D249C is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14136156-
CMYK0.100.7700.39
HSL292.5º62.5%37.65%-
HSV(B)292.5º76.92%61.18%-
XYZ17.629.3232.32-
YUV81.07170.29170.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.34%
GREEN value IS 36 (14.45% from 255) = 10.81%
BLUE value IS 156 (61.33% from 255) = 46.85%
R=42.34%
G=10.81%
B=46.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141361560.100.7700.39292.562.537.65
Hex8D249CA4D0271243e26
Octal21544234121150474447646
Binary1000110110010010011100101010011010100111100100100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,36,156); }

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

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

 a { background-color: rgb(141,36,156); }

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

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

 span { border-color: rgb(141,36,156); }

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