Html Css Color HEX #8D1EC0 Dark Orchid

📋 copy color: '#8D1EC0'

red 141 ◦ green 30 ◦ blue 192

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

Shades of Dark Orchid #8D1EC0

Tints of Dark Orchid #8D1EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.89%

R = 38.84%
G = 8.26%
B = 52.89%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D1EC0 (or 0x8D1EC0) is known color: Dark Orchid. HEX triplet: 8D, 1E and C0. RGB value is (141,30,192). Sum of RGB (Red+Green+Blue) = 141+30+192=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #8D1EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1EC0 is #72E13F. Grayscale: #515151. Windows color (decimal): -7528768 or 12590733. OLE color: 12590733.

HSL color Cylindrical-coordinate representation of color #8D1EC0: hue angle of 281.11º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1EC0 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 30 192 -
CMYK 0.27 0.84 0 0.25
HSL 281.11º 0.73% 0.44% -
HSV(B) 281.11º 0.84% 0.75% -
XYZ 20.96 10.4 50.77 -
YUV 81.66 190.27 170.33 -
System Red Green Blue C M Y K H S L
Decimal 141 30 192 0.27 0.84 0 0.25 281.11 0.73 0.44
Hex 8D 1E C0 1B 54 0 19 119 49 2C
Octal 215 36 300 33 124 0 31 431 111 54
Binary 10001101 11110 11000000 11011 1010100 0 11001 100011001 1001001 101100

Color Harmonies of #8D1EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1EC0

Black with #8D1EC0

Text Example


Text Example

White with #8D1EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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