Html Css Color HEX #8D1FAD Dark Orchid

📋 copy color: '#8D1FAD'

red 141 ◦ green 31 ◦ blue 173

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

Shades of Dark Orchid #8D1FAD

Tints of Dark Orchid #8D1FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.99%

 BLUE value IS 173 (67.97% from 255) = 50.14%

R = 40.87%
G = 8.99%
B = 50.14%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D1FAD (or 0x8D1FAD) is known color: Dark Orchid. HEX triplet: 8D, 1F and AD. RGB value is (141,31,173). Sum of RGB (Red+Green+Blue) = 141+31+173=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D1FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1FAD is #72E052. Grayscale: #4F4F4F. Windows color (decimal): -7528531 or 11345805. OLE color: 11345805.

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

Color convert

RGB 141 31 173 -
CMYK 0.18 0.82 0 0.32
HSL 286.48º 0.7% 0.4% -
HSV(B) 286.48º 0.82% 0.68% -
XYZ 19.02 9.66 40.4 -
YUV 80.08 180.44 171.45 -
System Red Green Blue C M Y K H S L
Decimal 141 31 173 0.18 0.82 0 0.32 286.48 0.7 0.4
Hex 8D 1F AD 12 52 0 20 11E 46 28
Octal 215 37 255 22 122 0 40 436 106 50
Binary 10001101 11111 10101101 10010 1010010 0 100000 100011110 1000110 101000

Color Harmonies of #8D1FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1FAD

Black with #8D1FAD

Text Example


Text Example

White with #8D1FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,31,173); }

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

background-color css

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

 a { background-color: rgb(141,31,173); }

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

border-color css

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

 span { border-color: rgb(141,31,173); }

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