Html Css Color HEX #8D1DCF Dark Orchid

📋 copy color: '#8D1DCF'

red 141 ◦ green 29 ◦ blue 207

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

Shades of Dark Orchid #8D1DCF

Tints of Dark Orchid #8D1DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.91%

R = 37.4%
G = 7.69%
B = 54.91%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D1DCF (or 0x8D1DCF) is known color: Dark Orchid. HEX triplet: 8D, 1D and CF. RGB value is (141,29,207). Sum of RGB (Red+Green+Blue) = 141+29+207=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D1DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1DCF is #72E230. Grayscale: #525252. Windows color (decimal): -7529009 or 13573517. OLE color: 13573517.

HSL color Cylindrical-coordinate representation of color #8D1DCF: hue angle of 277.75º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1DCF is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 29 207 -
CMYK 0.32 0.86 0 0.19
HSL 277.75º 0.75% 0.46% -
HSV(B) 277.75º 0.86% 0.81% -
XYZ 22.69 11.05 59.97 -
YUV 82.78 198.11 169.53 -
System Red Green Blue C M Y K H S L
Decimal 141 29 207 0.32 0.86 0 0.19 277.75 0.75 0.46
Hex 8D 1D CF 20 56 0 13 116 4B 2E
Octal 215 35 317 40 126 0 23 426 113 56
Binary 10001101 11101 11001111 100000 1010110 0 10011 100010110 1001011 101110

Color Harmonies of #8D1DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1DCF

Black with #8D1DCF

Text Example


Text Example

White with #8D1DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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