Html Css Color HEX #8E1EBD Dark Orchid

📋 copy color: '#8E1EBD'

red 142 ◦ green 30 ◦ blue 189

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

Shades of Dark Orchid #8E1EBD

Tints of Dark Orchid #8E1EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 39.34%
G = 8.31%
B = 52.35%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E1EBD (or 0x8E1EBD) is known color: Dark Orchid. HEX triplet: 8E, 1E and BD. RGB value is (142,30,189). Sum of RGB (Red+Green+Blue) = 142+30+189=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E1EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1EBD is #71E142. Grayscale: #515151. Windows color (decimal): -7463235 or 12394126. OLE color: 12394126.

HSL color Cylindrical-coordinate representation of color #8E1EBD: hue angle of 282.26º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E1EBD is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 30 189 -
CMYK 0.25 0.84 0 0.26
HSL 282.26º 0.73% 0.43% -
HSV(B) 282.26º 0.84% 0.74% -
XYZ 20.8 10.35 49.05 -
YUV 81.61 188.61 171.07 -
System Red Green Blue C M Y K H S L
Decimal 142 30 189 0.25 0.84 0 0.26 282.26 0.73 0.43
Hex 8E 1E BD 19 54 0 1A 11A 49 2B
Octal 216 36 275 31 124 0 32 432 111 53
Binary 10001110 11110 10111101 11001 1010100 0 11010 100011010 1001001 101011

Color Harmonies of #8E1EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1EBD

Black with #8E1EBD

Text Example


Text Example

White with #8E1EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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