Html Css Color HEX #8E20CF Dark Orchid

📋 copy color: '#8E20CF'

red 142 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #8E20CF

Tints of Dark Orchid #8E20CF

RGB

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

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

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

R = 37.27%
G = 8.4%
B = 54.33%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E20CF (or 0x8E20CF) is known color: Dark Orchid. HEX triplet: 8E, 20 and CF. RGB value is (142,32,207). Sum of RGB (Red+Green+Blue) = 142+32+207=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E20CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E20CF is #71DF30. Grayscale: #545454. Windows color (decimal): -7462705 or 13574286. OLE color: 13574286.

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

Color convert

RGB 142 32 207 -
CMYK 0.31 0.85 0 0.19
HSL 277.71º 0.73% 0.47% -
HSV(B) 277.71º 0.85% 0.81% -
XYZ 22.93 11.29 60 -
YUV 84.84 196.94 168.77 -
System Red Green Blue C M Y K H S L
Decimal 142 32 207 0.31 0.85 0 0.19 277.71 0.73 0.47
Hex 8E 20 CF 1F 55 0 13 116 49 2F
Octal 216 40 317 37 125 0 23 426 111 57
Binary 10001110 100000 11001111 11111 1010101 0 10011 100010110 1001001 101111

Color Harmonies of #8E20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E20CF

Black with #8E20CF

Text Example


Text Example

White with #8E20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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