Html Css Color HEX #8E2DBE Dark Orchid

📋 copy color: '#8E2DBE'

red 142 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #8E2DBE

Tints of Dark Orchid #8E2DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.94%

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

R = 37.67%
G = 11.94%
B = 50.4%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E2DBE (or 0x8E2DBE) is known color: Dark Orchid. HEX triplet: 8E, 2D and BE. RGB value is (142,45,190). Sum of RGB (Red+Green+Blue) = 142+45+190=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E2DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2DBE is #71D241. Grayscale: #5A5A5A. Windows color (decimal): -7459394 or 12463502. OLE color: 12463502.

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

Color convert

RGB 142 45 190 -
CMYK 0.25 0.76 0 0.25
HSL 280.14º 0.62% 0.46% -
HSV(B) 280.14º 0.76% 0.75% -
XYZ 21.39 11.35 49.78 -
YUV 90.53 184.14 164.71 -
System Red Green Blue C M Y K H S L
Decimal 142 45 190 0.25 0.76 0 0.25 280.14 0.62 0.46
Hex 8E 2D BE 19 4C 0 19 118 3E 2E
Octal 216 55 276 31 114 0 31 430 76 56
Binary 10001110 101101 10111110 11001 1001100 0 11001 100011000 111110 101110

Color Harmonies of #8E2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2DBE

Black with #8E2DBE

Text Example


Text Example

White with #8E2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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