Html Css Color HEX #8D20CC Dark Orchid

📋 copy color: '#8D20CC'

red 141 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #8D20CC

Tints of Dark Orchid #8D20CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 37.4%
G = 8.49%
B = 54.11%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8D20CC (or 0x8D20CC) is known color: Dark Orchid. HEX triplet: 8D, 20 and CC. RGB value is (141,32,204). Sum of RGB (Red+Green+Blue) = 141+32+204=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D20CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D20CC is #72DF33. Grayscale: #535353. Windows color (decimal): -7528244 or 13377677. OLE color: 13377677.

HSL color Cylindrical-coordinate representation of color #8D20CC: hue angle of 278.02º 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 #8D20CC is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 32 204 -
CMYK 0.31 0.84 0 0.2
HSL 278.02º 0.73% 0.46% -
HSV(B) 278.02º 0.84% 0.8% -
XYZ 22.4 11.06 58.08 -
YUV 84.2 195.61 168.51 -
System Red Green Blue C M Y K H S L
Decimal 141 32 204 0.31 0.84 0 0.2 278.02 0.73 0.46
Hex 8D 20 CC 1F 54 0 14 116 49 2E
Octal 215 40 314 37 124 0 24 426 111 56
Binary 10001101 100000 11001100 11111 1010100 0 10100 100010110 1001001 101110

Color Harmonies of #8D20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D20CC

Black with #8D20CC

Text Example


Text Example

White with #8D20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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