Html Css Color HEX #8D1EC8 Dark Orchid

📋 copy color: '#8D1EC8'

red 141 ◦ green 30 ◦ blue 200

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

Shades of Dark Orchid #8D1EC8

Tints of Dark Orchid #8D1EC8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.09%

 BLUE value IS 200 (78.52% from 255) = 53.91%

R = 38.01%
G = 8.09%
B = 53.91%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8D1EC8 (or 0x8D1EC8) is known color: Dark Orchid. HEX triplet: 8D, 1E and C8. RGB value is (141,30,200). Sum of RGB (Red+Green+Blue) = 141+30+200=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 200 (78.52% from 255 or 53.91% from 371); Max value from RGB is 200 - color contains mainly: blue. Hex color #8D1EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1EC8 is #72E137. Grayscale: #525252. Windows color (decimal): -7528760 or 13115021. OLE color: 13115021.

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

Color convert

RGB 141 30 200 -
CMYK 0.29 0.85 0 0.22
HSL 279.18º 0.74% 0.45% -
HSV(B) 279.18º 0.85% 0.78% -
XYZ 21.87 10.76 55.57 -
YUV 82.57 194.27 169.68 -
System Red Green Blue C M Y K H S L
Decimal 141 30 200 0.29 0.85 0 0.22 279.18 0.74 0.45
Hex 8D 1E C8 1D 55 0 16 117 4A 2D
Octal 215 36 310 35 125 0 26 427 112 55
Binary 10001101 11110 11001000 11101 1010101 0 10110 100010111 1001010 101101

Color Harmonies of #8D1EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1EC8

Black with #8D1EC8

Text Example


Text Example

White with #8D1EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,30,200); }

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

background-color css

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

 a { background-color: rgb(141,30,200); }

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

border-color css

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

 span { border-color: rgb(141,30,200); }

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