Html Css Color HEX #8D1DBF Dark Orchid

📋 copy color: '#8D1DBF'

red 141 ◦ green 29 ◦ blue 191

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

Shades of Dark Orchid #8D1DBF

Tints of Dark Orchid #8D1DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.91%

R = 39.06%
G = 8.03%
B = 52.91%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D1DBF (or 0x8D1DBF) is known color: Dark Orchid. HEX triplet: 8D, 1D and BF. RGB value is (141,29,191). Sum of RGB (Red+Green+Blue) = 141+29+191=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D1DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1DBF is #72E240. Grayscale: #505050. Windows color (decimal): -7529025 or 12524941. OLE color: 12524941.

HSL color Cylindrical-coordinate representation of color #8D1DBF: hue angle of 281.48º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1DBF is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 29 191 -
CMYK 0.26 0.85 0 0.25
HSL 281.48º 0.74% 0.43% -
HSV(B) 281.48º 0.85% 0.75% -
XYZ 20.83 10.3 50.18 -
YUV 80.96 190.11 170.83 -
System Red Green Blue C M Y K H S L
Decimal 141 29 191 0.26 0.85 0 0.25 281.48 0.74 0.43
Hex 8D 1D BF 1A 55 0 19 119 4A 2B
Octal 215 35 277 32 125 0 31 431 112 53
Binary 10001101 11101 10111111 11010 1010101 0 11001 100011001 1001010 101011

Color Harmonies of #8D1DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1DBF

Black with #8D1DBF

Text Example


Text Example

White with #8D1DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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