Html Css Color HEX #8D20DC Blue Violet

📋 copy color: '#8D20DC'

red 141 ◦ green 32 ◦ blue 220

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

Shades of Blue Violet #8D20DC

Tints of Blue Violet #8D20DC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.14%

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 35.88%
G = 8.14%
B = 55.98%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D20DC (or 0x8D20DC) is known color: Blue Violet. HEX triplet: 8D, 20 and DC. RGB value is (141,32,220). Sum of RGB (Red+Green+Blue) = 141+32+220=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D20DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D20DC is #72DF23. Grayscale: #555555. Windows color (decimal): -7528228 or 14426253. OLE color: 14426253.

HSL color Cylindrical-coordinate representation of color #8D20DC: hue angle of 274.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D20DC is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 32 220 -
CMYK 0.36 0.85 0 0.14
HSL 274.79º 0.75% 0.49% -
HSV(B) 274.79º 0.85% 0.86% -
XYZ 24.42 11.86 68.71 -
YUV 86.02 203.61 167.21 -
System Red Green Blue C M Y K H S L
Decimal 141 32 220 0.36 0.85 0 0.14 274.79 0.75 0.49
Hex 8D 20 DC 24 55 0 E 113 4B 31
Octal 215 40 334 44 125 0 16 423 113 61
Binary 10001101 100000 11011100 100100 1010101 0 1110 100010011 1001011 110001

Color Harmonies of #8D20DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D20DC

Black with #8D20DC

Text Example


Text Example

White with #8D20DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,32,220); }

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

background-color css

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

 a { background-color: rgb(141,32,220); }

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

border-color css

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

 span { border-color: rgb(141,32,220); }

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