Html Css Color HEX #8D20CD Dark Orchid

📋 copy color: '#8D20CD'

red 141 ◦ green 32 ◦ blue 205

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

Shades of Dark Orchid #8D20CD

Tints of Dark Orchid #8D20CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.23%

R = 37.3%
G = 8.47%
B = 54.23%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D20CD (or 0x8D20CD) is known color: Dark Orchid. HEX triplet: 8D, 20 and CD. RGB value is (141,32,205). Sum of RGB (Red+Green+Blue) = 141+32+205=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D20CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D20CD is #72DF32. Grayscale: #535353. Windows color (decimal): -7528243 or 13443213. OLE color: 13443213.

HSL color Cylindrical-coordinate representation of color #8D20CD: hue angle of 277.8º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D20CD is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 32 205 -
CMYK 0.31 0.84 0 0.20
HSL 277.8º 0.73% 0.46% -
HSV(B) 277.8º 0.84% 0.8% -
XYZ 22.52 11.1 58.71 -
YUV 84.31 196.11 168.43 -
System Red Green Blue C M Y K H S L
Decimal 141 32 205 0.31 0.84 0 0.20 277.8 0.73 0.46
Hex 8D 20 CD 1F 54 0 14 116 49 2E
Octal 215 40 315 37 124 0 24 426 111 56
Binary 10001101 100000 11001101 11111 1010100 0 10100 100010110 1001001 101110

Color Harmonies of #8D20CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D20CD

Black with #8D20CD

Text Example


Text Example

White with #8D20CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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