Html Css Color HEX #8E1DBE Dark Orchid

📋 copy color: '#8E1DBE'

red 142 ◦ green 29 ◦ blue 190

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

Shades of Dark Orchid #8E1DBE

Tints of Dark Orchid #8E1DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.03%

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 39.34%
G = 8.03%
B = 52.63%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E1DBE (or 0x8E1DBE) is known color: Dark Orchid. HEX triplet: 8E, 1D and BE. RGB value is (142,29,190). Sum of RGB (Red+Green+Blue) = 142+29+190=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E1DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1DBE is #71E241. Grayscale: #505050. Windows color (decimal): -7463490 or 12459406. OLE color: 12459406.

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

Color convert

RGB 142 29 190 -
CMYK 0.25 0.85 0 0.25
HSL 282.11º 0.74% 0.43% -
HSV(B) 282.11º 0.85% 0.75% -
XYZ 20.89 10.35 49.61 -
YUV 81.14 189.44 171.41 -
System Red Green Blue C M Y K H S L
Decimal 142 29 190 0.25 0.85 0 0.25 282.11 0.74 0.43
Hex 8E 1D BE 19 55 0 19 11A 4A 2B
Octal 216 35 276 31 125 0 31 432 112 53
Binary 10001110 11101 10111110 11001 1010101 0 11001 100011010 1001010 101011

Color Harmonies of #8E1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1DBE

Black with #8E1DBE

Text Example


Text Example

White with #8E1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,29,190); }

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

background-color css

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

 a { background-color: rgb(142,29,190); }

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

border-color css

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

 span { border-color: rgb(142,29,190); }

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