Html Css Color HEX #8D1EBC Dark Orchid

📋 copy color: '#8D1EBC'

red 141 ◦ green 30 ◦ blue 188

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

Shades of Dark Orchid #8D1EBC

Tints of Dark Orchid #8D1EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 39.28%
G = 8.36%
B = 52.37%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D1EBC (or 0x8D1EBC) is known color: Dark Orchid. HEX triplet: 8D, 1E and BC. RGB value is (141,30,188). Sum of RGB (Red+Green+Blue) = 141+30+188=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D1EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1EBC is #72E143. Grayscale: #505050. Windows color (decimal): -7528772 or 12328589. OLE color: 12328589.

HSL color Cylindrical-coordinate representation of color #8D1EBC: hue angle of 282.15º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1EBC is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 30 188 -
CMYK 0.25 0.84 0 0.26
HSL 282.15º 0.72% 0.43% -
HSV(B) 282.15º 0.84% 0.74% -
XYZ 20.53 10.22 48.47 -
YUV 81.2 188.27 170.65 -
System Red Green Blue C M Y K H S L
Decimal 141 30 188 0.25 0.84 0 0.26 282.15 0.72 0.43
Hex 8D 1E BC 19 54 0 1A 11A 48 2B
Octal 215 36 274 31 124 0 32 432 110 53
Binary 10001101 11110 10111100 11001 1010100 0 11010 100011010 1001000 101011

Color Harmonies of #8D1EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1EBC

Black with #8D1EBC

Text Example


Text Example

White with #8D1EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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