Html Css Color HEX #8D43D1 Dark Orchid

📋 copy color: '#8D43D1'

red 141 ◦ green 67 ◦ blue 209

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

Shades of Dark Orchid #8D43D1

Tints of Dark Orchid #8D43D1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.07%

 BLUE value IS 209 (82.03% from 255) = 50.12%

R = 33.81%
G = 16.07%
B = 50.12%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8D43D1 (or 0x8D43D1) is known color: Dark Orchid. HEX triplet: 8D, 43 and D1. RGB value is (141,67,209). Sum of RGB (Red+Green+Blue) = 141+67+209=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D43D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D43D1 is #72BC2E. Grayscale: #686868. Windows color (decimal): -7519279 or 13714317. OLE color: 13714317.

HSL color Cylindrical-coordinate representation of color #8D43D1: hue angle of 271.27º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D43D1 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 67 209 -
CMYK 0.33 0.68 0 0.18
HSL 271.27º 0.61% 0.54% -
HSV(B) 271.27º 0.68% 0.82% -
XYZ 24.5 14.28 61.79 -
YUV 105.31 186.52 153.45 -
System Red Green Blue C M Y K H S L
Decimal 141 67 209 0.33 0.68 0 0.18 271.27 0.61 0.54
Hex 8D 43 D1 21 44 0 12 10F 3D 36
Octal 215 103 321 41 104 0 22 417 75 66
Binary 10001101 1000011 11010001 100001 1000100 0 10010 100001111 111101 110110

Color Harmonies of #8D43D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D43D1

Black with #8D43D1

Text Example


Text Example

White with #8D43D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,67,209); }

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

background-color css

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

 a { background-color: rgb(141,67,209); }

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

border-color css

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

 span { border-color: rgb(141,67,209); }

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