Html Css Color HEX #8D1DB6 Dark Orchid

📋 copy color: '#8D1DB6'

red 141 ◦ green 29 ◦ blue 182

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

Shades of Dark Orchid #8D1DB6

Tints of Dark Orchid #8D1DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 51.7%

R = 40.06%
G = 8.24%
B = 51.7%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8D1DB6 (or 0x8D1DB6) is known color: Dark Orchid. HEX triplet: 8D, 1D and B6. RGB value is (141,29,182). Sum of RGB (Red+Green+Blue) = 141+29+182=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 182 (71.48% from 255 or 51.70% from 352); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D1DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1DB6 is #72E249. Grayscale: #4F4F4F. Windows color (decimal): -7529034 or 11935117. OLE color: 11935117.

HSL color Cylindrical-coordinate representation of color #8D1DB6: hue angle of 283.92º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1DB6 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 29 182 -
CMYK 0.23 0.84 0 0.29
HSL 283.92º 0.73% 0.41% -
HSV(B) 283.92º 0.84% 0.71% -
XYZ 19.87 9.92 45.12 -
YUV 79.93 185.61 171.56 -
System Red Green Blue C M Y K H S L
Decimal 141 29 182 0.23 0.84 0 0.29 283.92 0.73 0.41
Hex 8D 1D B6 17 54 0 1D 11C 49 29
Octal 215 35 266 27 124 0 35 434 111 51
Binary 10001101 11101 10110110 10111 1010100 0 11101 100011100 1001001 101001

Color Harmonies of #8D1DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1DB6

Black with #8D1DB6

Text Example


Text Example

White with #8D1DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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