Html Css Color HEX #8E1AAE Dark Orchid

📋 copy color: '#8E1AAE'

red 142 ◦ green 26 ◦ blue 174

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

Shades of Dark Orchid #8E1AAE

Tints of Dark Orchid #8E1AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.6%

 BLUE value IS 174 (68.36% from 255) = 50.88%

R = 41.52%
G = 7.6%
B = 50.88%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8E1AAE (or 0x8E1AAE) is known color: Dark Orchid. HEX triplet: 8E, 1A and AE. RGB value is (142,26,174). Sum of RGB (Red+Green+Blue) = 142+26+174=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E1AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1AAE is #71E551. Grayscale: #4D4D4D. Windows color (decimal): -7464274 or 11410062. OLE color: 11410062.

HSL color Cylindrical-coordinate representation of color #8E1AAE: hue angle of 287.03º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1AAE is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 26 174 -
CMYK 0.18 0.85 0 0.32
HSL 287.03º 0.74% 0.39% -
HSV(B) 287.03º 0.85% 0.68% -
XYZ 19.16 9.55 40.88 -
YUV 77.56 182.43 173.97 -
System Red Green Blue C M Y K H S L
Decimal 142 26 174 0.18 0.85 0 0.32 287.03 0.74 0.39
Hex 8E 1A AE 12 55 0 20 11F 4A 27
Octal 216 32 256 22 125 0 40 437 112 47
Binary 10001110 11010 10101110 10010 1010101 0 100000 100011111 1001010 100111

Color Harmonies of #8E1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1AAE

Black with #8E1AAE

Text Example


Text Example

White with #8E1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,26,174); }

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

background-color css

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

 a { background-color: rgb(142,26,174); }

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

border-color css

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

 span { border-color: rgb(142,26,174); }

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