#8D219C

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

Shades of Vivid Violet #8D219C

Tints of Vivid Violet #8D219C

Color information

#8D219C (or 0x8D219C) is unknown color: approx Vivid Violet. HEX triplet: 8D, 21 and 9C. RGB value is (141,33,156). Sum of RGB (Red+Green+Blue) = 141+33+156=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D219C is #72DE63. Grayscale: #4E4E4E. Windows color (decimal): -7528036 or 10232205. OLE color: 10232205.

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

Color convert

RGB14133156-
CMYK0.100.7900.39
HSL292.68º65.08%37.06%-
HSV(B)292.68º78.85%61.18%-
XYZ17.539.1532.29-
YUV79.31171.28172-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 33 (13.28% from 255) = 10%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=42.73%
G=10%
B=47.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141331560.100.7900.39292.6865.0837.06
Hex8D219CA4F0271254125
Octal215412341211704744510145
Binary10001101100001100111001010100111101001111001001011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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