Html Css Color HEX #8D20CA Dark Orchid

📋 copy color: '#8D20CA'

red 141 ◦ green 32 ◦ blue 202

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

Shades of Dark Orchid #8D20CA

Tints of Dark Orchid #8D20CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.87%

R = 37.6%
G = 8.53%
B = 53.87%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8D20CA (or 0x8D20CA) is known color: Dark Orchid. HEX triplet: 8D, 20 and CA. RGB value is (141,32,202). Sum of RGB (Red+Green+Blue) = 141+32+202=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D20CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D20CA is #72DF35. Grayscale: #535353. Windows color (decimal): -7528246 or 13246605. OLE color: 13246605.

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

Color convert

RGB 141 32 202 -
CMYK 0.30 0.84 0 0.21
HSL 278.47º 0.73% 0.46% -
HSV(B) 278.47º 0.84% 0.79% -
XYZ 22.16 10.96 56.82 -
YUV 83.97 194.61 168.68 -
System Red Green Blue C M Y K H S L
Decimal 141 32 202 0.30 0.84 0 0.21 278.47 0.73 0.46
Hex 8D 20 CA 1E 54 0 15 116 49 2E
Octal 215 40 312 36 124 0 25 426 111 56
Binary 10001101 100000 11001010 11110 1010100 0 10101 100010110 1001001 101110

Color Harmonies of #8D20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D20CA

Black with #8D20CA

Text Example


Text Example

White with #8D20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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