Html Css Color HEX #8E20CD Dark Orchid

📋 copy color: '#8E20CD'

red 142 ◦ green 32 ◦ blue 205

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

Shades of Dark Orchid #8E20CD

Tints of Dark Orchid #8E20CD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.44%

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 37.47%
G = 8.44%
B = 54.09%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E20CD (or 0x8E20CD) is known color: Dark Orchid. HEX triplet: 8E, 20 and CD. RGB value is (142,32,205). Sum of RGB (Red+Green+Blue) = 142+32+205=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E20CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E20CD is #71DF32. Grayscale: #545454. Windows color (decimal): -7462707 or 13443214. OLE color: 13443214.

HSL color Cylindrical-coordinate representation of color #8E20CD: hue angle of 278.15º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E20CD is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 32 205 -
CMYK 0.31 0.84 0 0.20
HSL 278.15º 0.73% 0.46% -
HSV(B) 278.15º 0.84% 0.8% -
XYZ 22.69 11.19 58.72 -
YUV 84.61 195.94 168.93 -
System Red Green Blue C M Y K H S L
Decimal 142 32 205 0.31 0.84 0 0.20 278.15 0.73 0.46
Hex 8E 20 CD 1F 54 0 14 116 49 2E
Octal 216 40 315 37 124 0 24 426 111 56
Binary 10001110 100000 11001101 11111 1010100 0 10100 100010110 1001001 101110

Color Harmonies of #8E20CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E20CD

Black with #8E20CD

Text Example


Text Example

White with #8E20CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,32,205); }

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

background-color css

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

 a { background-color: rgb(142,32,205); }

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

border-color css

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

 span { border-color: rgb(142,32,205); }

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