Html Css Color HEX #8D20D8 Blue Violet

📋 copy color: '#8D20D8'

red 141 ◦ green 32 ◦ blue 216

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

Shades of Blue Violet #8D20D8

Tints of Blue Violet #8D20D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 55.53%

R = 36.25%
G = 8.23%
B = 55.53%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8D20D8 (or 0x8D20D8) is known color: Blue Violet. HEX triplet: 8D, 20 and D8. RGB value is (141,32,216). Sum of RGB (Red+Green+Blue) = 141+32+216=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 216 (84.77% from 255 or 55.53% from 389); Max value from RGB is 216 - color contains mainly: blue. Hex color #8D20D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D20D8 is #72DF27. Grayscale: #545454. Windows color (decimal): -7528232 or 14164109. OLE color: 14164109.

HSL color Cylindrical-coordinate representation of color #8D20D8: hue angle of 275.54º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D20D8 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 32 216 -
CMYK 0.35 0.85 0 0.15
HSL 275.54º 0.74% 0.49% -
HSV(B) 275.54º 0.85% 0.85% -
XYZ 23.9 11.65 65.96 -
YUV 85.57 201.61 167.54 -
System Red Green Blue C M Y K H S L
Decimal 141 32 216 0.35 0.85 0 0.15 275.54 0.74 0.49
Hex 8D 20 D8 23 55 0 F 114 4A 31
Octal 215 40 330 43 125 0 17 424 112 61
Binary 10001101 100000 11011000 100011 1010101 0 1111 100010100 1001010 110001

Color Harmonies of #8D20D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D20D8

Black with #8D20D8

Text Example


Text Example

White with #8D20D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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