Html Css Color HEX #8D19B6 Dark Orchid

📋 copy color: '#8D19B6'

red 141 ◦ green 25 ◦ blue 182

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

Shades of Dark Orchid #8D19B6

Tints of Dark Orchid #8D19B6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

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

R = 40.52%
G = 7.18%
B = 52.3%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8D19B6 (or 0x8D19B6) is known color: Dark Orchid. HEX triplet: 8D, 19 and B6. RGB value is (141,25,182). Sum of RGB (Red+Green+Blue) = 141+25+182=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 182 (71.48% from 255 or 52.30% from 348); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D19B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D19B6 is #72E649. Grayscale: #4D4D4D. Windows color (decimal): -7530058 or 11934093. OLE color: 11934093.

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

Color convert

RGB 141 25 182 -
CMYK 0.23 0.86 0 0.29
HSL 284.33º 0.76% 0.41% -
HSV(B) 284.33º 0.86% 0.71% -
XYZ 19.78 9.74 45.09 -
YUV 77.58 186.93 173.23 -
System Red Green Blue C M Y K H S L
Decimal 141 25 182 0.23 0.86 0 0.29 284.33 0.76 0.41
Hex 8D 19 B6 17 56 0 1D 11C 4C 29
Octal 215 31 266 27 126 0 35 434 114 51
Binary 10001101 11001 10110110 10111 1010110 0 11101 100011100 1001100 101001

Color Harmonies of #8D19B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D19B6

Black with #8D19B6

Text Example


Text Example

White with #8D19B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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