Html Css Color HEX #8D219D Vivid Violet

📋 copy color: '#8D219D'

red 141 ◦ green 33 ◦ blue 157

#8D219D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8D219D

Tints of Vivid Violet #8D219D

RGB

 RED value IS 141 (55.47% from 255) = 42.6%

 GREEN value IS 33 (13.28% from 255) = 9.97%

 BLUE value IS 157 (61.72% from 255) = 47.43%

R = 42.6%
G = 9.97%
B = 47.43%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8D219D (or 0x8D219D) is known color: Vivid Violet. HEX triplet: 8D, 21 and 9D. RGB value is (141,33,157). Sum of RGB (Red+Green+Blue) = 141+33+157=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D219D is #72DE62. Grayscale: #4F4F4F. Windows color (decimal): -7528035 or 10297741. OLE color: 10297741.

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

Color convert

RGB 141 33 157 -
CMYK 0.10 0.79 0 0.38
HSL 292.26º 0.65% 0.37% -
HSV(B) 292.26º 0.79% 0.62% -
XYZ 17.61 9.18 32.74 -
YUV 79.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 141 33 157 0.10 0.79 0 0.38 292.26 0.65 0.37
Hex 8D 21 9D A 4F 0 26 124 41 25
Octal 215 41 235 12 117 0 46 444 101 45
Binary 10001101 100001 10011101 1010 1001111 0 100110 100100100 1000001 100101

Color Harmonies of #8D219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D219D

Black with #8D219D

Text Example


Text Example

White with #8D219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D219D;
 }
 .AnyTagClassName
 {
   color: #8D219D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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