Html Css Color HEX #8E48CF Dark Orchid

📋 copy color: '#8E48CF'

red 142 ◦ green 72 ◦ blue 207

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

Shades of Dark Orchid #8E48CF

Tints of Dark Orchid #8E48CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 33.73%
G = 17.1%
B = 49.17%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E48CF (or 0x8E48CF) is known color: Dark Orchid. HEX triplet: 8E, 48 and CF. RGB value is (142,72,207). Sum of RGB (Red+Green+Blue) = 142+72+207=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E48CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E48CF is #71B730. Grayscale: #6B6B6B. Windows color (decimal): -7452465 or 13584526. OLE color: 13584526.

HSL color Cylindrical-coordinate representation of color #8E48CF: hue angle of 271.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E48CF is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 72 207 -
CMYK 0.31 0.65 0 0.19
HSL 271.11º 0.58% 0.55% -
HSV(B) 271.11º 0.65% 0.81% -
XYZ 24.74 14.89 60.6 -
YUV 108.32 183.69 152.02 -
System Red Green Blue C M Y K H S L
Decimal 142 72 207 0.31 0.65 0 0.19 271.11 0.58 0.55
Hex 8E 48 CF 1F 41 0 13 10F 3A 37
Octal 216 110 317 37 101 0 23 417 72 67
Binary 10001110 1001000 11001111 11111 1000001 0 10011 100001111 111010 110111

Color Harmonies of #8E48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E48CF

Black with #8E48CF

Text Example


Text Example

White with #8E48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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