Html Css Color HEX #8D20AD Dark Orchid

📋 copy color: '#8D20AD'

red 141 ◦ green 32 ◦ blue 173

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

Shades of Dark Orchid #8D20AD

Tints of Dark Orchid #8D20AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50%

R = 40.75%
G = 9.25%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D20AD (or 0x8D20AD) is known color: Dark Orchid. HEX triplet: 8D, 20 and AD. RGB value is (141,32,173). Sum of RGB (Red+Green+Blue) = 141+32+173=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D20AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D20AD is #72DF52. Grayscale: #505050. Windows color (decimal): -7528275 or 11346061. OLE color: 11346061.

HSL color Cylindrical-coordinate representation of color #8D20AD: hue angle of 286.38º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D20AD is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 32 173 -
CMYK 0.18 0.82 0 0.32
HSL 286.38º 0.69% 0.4% -
HSV(B) 286.38º 0.82% 0.68% -
XYZ 19.04 9.71 40.41 -
YUV 80.67 180.11 171.04 -
System Red Green Blue C M Y K H S L
Decimal 141 32 173 0.18 0.82 0 0.32 286.38 0.69 0.4
Hex 8D 20 AD 12 52 0 20 11E 45 28
Octal 215 40 255 22 122 0 40 436 105 50
Binary 10001101 100000 10101101 10010 1010010 0 100000 100011110 1000101 101000

Color Harmonies of #8D20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D20AD

Black with #8D20AD

Text Example


Text Example

White with #8D20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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