Html Css Color HEX #8E20C3 Dark Orchid

📋 copy color: '#8E20C3'

red 142 ◦ green 32 ◦ blue 195

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

Shades of Dark Orchid #8E20C3

Tints of Dark Orchid #8E20C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.85%

R = 38.48%
G = 8.67%
B = 52.85%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8E20C3 (or 0x8E20C3) is known color: Dark Orchid. HEX triplet: 8E, 20 and C3. RGB value is (142,32,195). Sum of RGB (Red+Green+Blue) = 142+32+195=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 195 (76.56% from 255 or 52.85% from 369); Max value from RGB is 195 - color contains mainly: blue. Hex color #8E20C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E20C3 is #71DF3C. Grayscale: #525252. Windows color (decimal): -7462717 or 12787854. OLE color: 12787854.

HSL color Cylindrical-coordinate representation of color #8E20C3: hue angle of 280.49º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E20C3 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 32 195 -
CMYK 0.27 0.84 0 0.24
HSL 280.49º 0.72% 0.45% -
HSV(B) 280.49º 0.84% 0.76% -
XYZ 21.52 10.72 52.57 -
YUV 83.47 190.94 169.75 -
System Red Green Blue C M Y K H S L
Decimal 142 32 195 0.27 0.84 0 0.24 280.49 0.72 0.45
Hex 8E 20 C3 1B 54 0 18 118 48 2D
Octal 216 40 303 33 124 0 30 430 110 55
Binary 10001110 100000 11000011 11011 1010100 0 11000 100011000 1001000 101101

Color Harmonies of #8E20C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E20C3

Black with #8E20C3

Text Example


Text Example

White with #8E20C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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