Html Css Color HEX #8D1BC7 Dark Orchid

📋 copy color: '#8D1BC7'

red 141 ◦ green 27 ◦ blue 199

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

Shades of Dark Orchid #8D1BC7

Tints of Dark Orchid #8D1BC7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.36%

 BLUE value IS 199 (78.13% from 255) = 54.22%

R = 38.42%
G = 7.36%
B = 54.22%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8D1BC7 (or 0x8D1BC7) is known color: Dark Orchid. HEX triplet: 8D, 1B and C7. RGB value is (141,27,199). Sum of RGB (Red+Green+Blue) = 141+27+199=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 199 (78.12% from 255 or 54.22% from 367); Max value from RGB is 199 - color contains mainly: blue. Hex color #8D1BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1BC7 is #72E438. Grayscale: #505050. Windows color (decimal): -7529529 or 13048717. OLE color: 13048717.

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

Color convert

RGB 141 27 199 -
CMYK 0.29 0.86 0 0.22
HSL 279.77º 0.76% 0.44% -
HSV(B) 279.77º 0.86% 0.78% -
XYZ 21.69 10.57 54.93 -
YUV 80.69 194.77 171.01 -
System Red Green Blue C M Y K H S L
Decimal 141 27 199 0.29 0.86 0 0.22 279.77 0.76 0.44
Hex 8D 1B C7 1D 56 0 16 118 4C 2C
Octal 215 33 307 35 126 0 26 430 114 54
Binary 10001101 11011 11000111 11101 1010110 0 10110 100011000 1001100 101100

Color Harmonies of #8D1BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1BC7

Black with #8D1BC7

Text Example


Text Example

White with #8D1BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,27,199); }

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

background-color css

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

 a { background-color: rgb(141,27,199); }

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

border-color css

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

 span { border-color: rgb(141,27,199); }

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