Html Css Color HEX #8D20BE Dark Orchid

📋 copy color: '#8D20BE'

red 141 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #8D20BE

Tints of Dark Orchid #8D20BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 38.84%
G = 8.82%
B = 52.34%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D20BE (or 0x8D20BE) is known color: Dark Orchid. HEX triplet: 8D, 20 and BE. RGB value is (141,32,190). Sum of RGB (Red+Green+Blue) = 141+32+190=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D20BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D20BE is #72DF41. Grayscale: #525252. Windows color (decimal): -7528258 or 12460173. OLE color: 12460173.

HSL color Cylindrical-coordinate representation of color #8D20BE: hue angle of 281.39º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D20BE is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 32 190 -
CMYK 0.26 0.83 0 0.25
HSL 281.39º 0.71% 0.44% -
HSV(B) 281.39º 0.83% 0.75% -
XYZ 20.8 10.41 49.63 -
YUV 82.6 188.61 169.65 -
System Red Green Blue C M Y K H S L
Decimal 141 32 190 0.26 0.83 0 0.25 281.39 0.71 0.44
Hex 8D 20 BE 1A 53 0 19 119 47 2C
Octal 215 40 276 32 123 0 31 431 107 54
Binary 10001101 100000 10111110 11010 1010011 0 11001 100011001 1000111 101100

Color Harmonies of #8D20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D20BE

Black with #8D20BE

Text Example


Text Example

White with #8D20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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