Html Css Color HEX #8E48D7 Dark Orchid

📋 copy color: '#8E48D7'

red 142 ◦ green 72 ◦ blue 215

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

Shades of Dark Orchid #8E48D7

Tints of Dark Orchid #8E48D7

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.78%

 BLUE value IS 215 (84.38% from 255) = 50.12%

R = 33.1%
G = 16.78%
B = 50.12%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8E48D7 (or 0x8E48D7) is known color: Dark Orchid. HEX triplet: 8E, 48 and D7. RGB value is (142,72,215). Sum of RGB (Red+Green+Blue) = 142+72+215=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #8E48D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E48D7 is #71B728. Grayscale: #6C6C6C. Windows color (decimal): -7452457 or 14108814. OLE color: 14108814.

HSL color Cylindrical-coordinate representation of color #8E48D7: hue angle of 269.37º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E48D7 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 72 215 -
CMYK 0.34 0.67 0 0.16
HSL 269.37º 0.64% 0.56% -
HSV(B) 269.37º 0.67% 0.84% -
XYZ 25.74 15.29 65.89 -
YUV 109.23 187.69 151.37 -
System Red Green Blue C M Y K H S L
Decimal 142 72 215 0.34 0.67 0 0.16 269.37 0.64 0.56
Hex 8E 48 D7 22 43 0 10 10D 40 38
Octal 216 110 327 42 103 0 20 415 100 70
Binary 10001110 1001000 11010111 100010 1000011 0 10000 100001101 1000000 111000

Color Harmonies of #8E48D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E48D7

Black with #8E48D7

Text Example


Text Example

White with #8E48D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,72,215); }

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

background-color css

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

 a { background-color: rgb(142,72,215); }

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

border-color css

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

 span { border-color: rgb(142,72,215); }

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