Html Css Color HEX #8E2ECA Dark Orchid

📋 copy color: '#8E2ECA'

red 142 ◦ green 46 ◦ blue 202

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

Shades of Dark Orchid #8E2ECA

Tints of Dark Orchid #8E2ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.79%

R = 36.41%
G = 11.79%
B = 51.79%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E2ECA (or 0x8E2ECA) is known color: Dark Orchid. HEX triplet: 8E, 2E and CA. RGB value is (142,46,202). Sum of RGB (Red+Green+Blue) = 142+46+202=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E2ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2ECA is #71D135. Grayscale: #5B5B5B. Windows color (decimal): -7459126 or 13250190. OLE color: 13250190.

HSL color Cylindrical-coordinate representation of color #8E2ECA: hue angle of 276.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2ECA is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 46 202 -
CMYK 0.30 0.77 0 0.21
HSL 276.92º 0.63% 0.49% -
HSV(B) 276.92º 0.77% 0.79% -
XYZ 22.79 11.97 56.99 -
YUV 92.49 189.8 163.32 -
System Red Green Blue C M Y K H S L
Decimal 142 46 202 0.30 0.77 0 0.21 276.92 0.63 0.49
Hex 8E 2E CA 1E 4D 0 15 115 3F 31
Octal 216 56 312 36 115 0 25 425 77 61
Binary 10001110 101110 11001010 11110 1001101 0 10101 100010101 111111 110001

Color Harmonies of #8E2ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2ECA

Black with #8E2ECA

Text Example


Text Example

White with #8E2ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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