Html Css Color HEX #8D1DCE Dark Orchid

📋 copy color: '#8D1DCE'

red 141 ◦ green 29 ◦ blue 206

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

Shades of Dark Orchid #8D1DCE

Tints of Dark Orchid #8D1DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.71%

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 37.5%
G = 7.71%
B = 54.79%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D1DCE (or 0x8D1DCE) is known color: Dark Orchid. HEX triplet: 8D, 1D and CE. RGB value is (141,29,206). Sum of RGB (Red+Green+Blue) = 141+29+206=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D1DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1DCE is #72E231. Grayscale: #525252. Windows color (decimal): -7529010 or 13507981. OLE color: 13507981.

HSL color Cylindrical-coordinate representation of color #8D1DCE: hue angle of 277.97º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1DCE is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 29 206 -
CMYK 0.32 0.86 0 0.19
HSL 277.97º 0.75% 0.46% -
HSV(B) 277.97º 0.86% 0.81% -
XYZ 22.56 11 59.33 -
YUV 82.67 197.61 169.61 -
System Red Green Blue C M Y K H S L
Decimal 141 29 206 0.32 0.86 0 0.19 277.97 0.75 0.46
Hex 8D 1D CE 20 56 0 13 116 4B 2E
Octal 215 35 316 40 126 0 23 426 113 56
Binary 10001101 11101 11001110 100000 1010110 0 10011 100010110 1001011 101110

Color Harmonies of #8D1DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1DCE

Black with #8D1DCE

Text Example


Text Example

White with #8D1DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,29,206); }

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

background-color css

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

 a { background-color: rgb(141,29,206); }

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

border-color css

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

 span { border-color: rgb(141,29,206); }

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