Html Css Color HEX #8E2ECE Dark Orchid

📋 copy color: '#8E2ECE'

red 142 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #8E2ECE

Tints of Dark Orchid #8E2ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.68%

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 36.04%
G = 11.68%
B = 52.28%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E2ECE (or 0x8E2ECE) is known color: Dark Orchid. HEX triplet: 8E, 2E and CE. RGB value is (142,46,206). Sum of RGB (Red+Green+Blue) = 142+46+206=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E2ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2ECE is #71D131. Grayscale: #5C5C5C. Windows color (decimal): -7459122 or 13512334. OLE color: 13512334.

HSL color Cylindrical-coordinate representation of color #8E2ECE: hue angle of 276º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E2ECE is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 46 206 -
CMYK 0.31 0.78 0 0.19
HSL 276º 0.63% 0.49% -
HSV(B) 276º 0.78% 0.81% -
XYZ 23.27 12.16 59.51 -
YUV 92.94 191.8 162.99 -
System Red Green Blue C M Y K H S L
Decimal 142 46 206 0.31 0.78 0 0.19 276 0.63 0.49
Hex 8E 2E CE 1F 4E 0 13 114 3F 31
Octal 216 56 316 37 116 0 23 424 77 61
Binary 10001110 101110 11001110 11111 1001110 0 10011 100010100 111111 110001

Color Harmonies of #8E2ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2ECE

Black with #8E2ECE

Text Example


Text Example

White with #8E2ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,46,206); }

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

background-color css

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

 a { background-color: rgb(142,46,206); }

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

border-color css

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

 span { border-color: rgb(142,46,206); }

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