Html Css Color HEX #8D1DBE Dark Orchid

📋 copy color: '#8D1DBE'

red 141 ◦ green 29 ◦ blue 190

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

Shades of Dark Orchid #8D1DBE

Tints of Dark Orchid #8D1DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 39.17%
G = 8.06%
B = 52.78%

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

#8D1DBE (or 0x8D1DBE) is known color: Dark Orchid. HEX triplet: 8D, 1D and BE. RGB value is (141,29,190). Sum of RGB (Red+Green+Blue) = 141+29+190=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D1DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1DBE is #72E241. Grayscale: #505050. Windows color (decimal): -7529026 or 12459405. OLE color: 12459405.

HSL color Cylindrical-coordinate representation of color #8D1DBE: hue angle of 281.74º 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 #8D1DBE is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 29 190 -
CMYK 0.26 0.85 0 0.25
HSL 281.74º 0.74% 0.43% -
HSV(B) 281.74º 0.85% 0.75% -
XYZ 20.72 10.26 49.6 -
YUV 80.84 189.61 170.91 -
System Red Green Blue C M Y K H S L
Decimal 141 29 190 0.26 0.85 0 0.25 281.74 0.74 0.43
Hex 8D 1D BE 1A 55 0 19 11A 4A 2B
Octal 215 35 276 32 125 0 31 432 112 53
Binary 10001101 11101 10111110 11010 1010101 0 11001 100011010 1001010 101011

Color Harmonies of #8D1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1DBE

Black with #8D1DBE

Text Example


Text Example

White with #8D1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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