Html Css Color HEX #8E18AC Dark Orchid

📋 copy color: '#8E18AC'

red 142 ◦ green 24 ◦ blue 172

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

Shades of Dark Orchid #8E18AC

Tints of Dark Orchid #8E18AC

RGB

 RED value IS 142 (55.86% from 255) = 42.01%

 GREEN value IS 24 (9.77% from 255) = 7.1%

 BLUE value IS 172 (67.58% from 255) = 50.89%

R = 42.01%
G = 7.1%
B = 50.89%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E18AC (or 0x8E18AC) is known color: Dark Orchid. HEX triplet: 8E, 18 and AC. RGB value is (142,24,172). Sum of RGB (Red+Green+Blue) = 142+24+172=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E18AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E18AC is #71E753. Grayscale: #4B4B4B. Windows color (decimal): -7464788 or 11278478. OLE color: 11278478.

HSL color Cylindrical-coordinate representation of color #8E18AC: hue angle of 287.84º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E18AC is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 24 172 -
CMYK 0.17 0.86 0 0.33
HSL 287.84º 0.76% 0.38% -
HSV(B) 287.84º 0.86% 0.67% -
XYZ 18.93 9.38 39.84 -
YUV 76.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 142 24 172 0.17 0.86 0 0.33 287.84 0.76 0.38
Hex 8E 18 AC 11 56 0 21 120 4C 26
Octal 216 30 254 21 126 0 41 440 114 46
Binary 10001110 11000 10101100 10001 1010110 0 100001 100100000 1001100 100110

Color Harmonies of #8E18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E18AC

Black with #8E18AC

Text Example


Text Example

White with #8E18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,24,172); }

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

background-color css

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

 a { background-color: rgb(142,24,172); }

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

border-color css

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

 span { border-color: rgb(142,24,172); }

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