Html Css Color HEX #8E1ECB Dark Orchid

📋 copy color: '#8E1ECB'

red 142 ◦ green 30 ◦ blue 203

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

Shades of Dark Orchid #8E1ECB

Tints of Dark Orchid #8E1ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 37.87%
G = 8%
B = 54.13%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E1ECB (or 0x8E1ECB) is known color: Dark Orchid. HEX triplet: 8E, 1E and CB. RGB value is (142,30,203). Sum of RGB (Red+Green+Blue) = 142+30+203=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E1ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1ECB is #71E134. Grayscale: #525252. Windows color (decimal): -7463221 or 13311630. OLE color: 13311630.

HSL color Cylindrical-coordinate representation of color #8E1ECB: hue angle of 278.84º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1ECB is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 30 203 -
CMYK 0.30 0.85 0 0.20
HSL 278.84º 0.74% 0.46% -
HSV(B) 278.84º 0.85% 0.8% -
XYZ 22.4 10.99 57.44 -
YUV 83.21 195.61 169.93 -
System Red Green Blue C M Y K H S L
Decimal 142 30 203 0.30 0.85 0 0.20 278.84 0.74 0.46
Hex 8E 1E CB 1E 55 0 14 117 4A 2E
Octal 216 36 313 36 125 0 24 427 112 56
Binary 10001110 11110 11001011 11110 1010101 0 10100 100010111 1001010 101110

Color Harmonies of #8E1ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1ECB

Black with #8E1ECB

Text Example


Text Example

White with #8E1ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,30,203); }

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

background-color css

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

 a { background-color: rgb(142,30,203); }

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

border-color css

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

 span { border-color: rgb(142,30,203); }

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