Html Css Color HEX #8E1DCA Dark Orchid

📋 copy color: '#8E1DCA'

red 142 ◦ green 29 ◦ blue 202

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

Shades of Dark Orchid #8E1DCA

Tints of Dark Orchid #8E1DCA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.77%

 BLUE value IS 202 (79.3% from 255) = 54.16%

R = 38.07%
G = 7.77%
B = 54.16%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E1DCA (or 0x8E1DCA) is known color: Dark Orchid. HEX triplet: 8E, 1D and CA. RGB value is (142,29,202). Sum of RGB (Red+Green+Blue) = 142+29+202=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E1DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1DCA is #71E235. Grayscale: #515151. Windows color (decimal): -7463478 or 13245838. OLE color: 13245838.

HSL color Cylindrical-coordinate representation of color #8E1DCA: hue angle of 279.19º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E1DCA is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 29 202 -
CMYK 0.30 0.86 0 0.21
HSL 279.19º 0.75% 0.45% -
HSV(B) 279.19º 0.86% 0.79% -
XYZ 22.26 10.89 56.81 -
YUV 82.51 195.44 170.43 -
System Red Green Blue C M Y K H S L
Decimal 142 29 202 0.30 0.86 0 0.21 279.19 0.75 0.45
Hex 8E 1D CA 1E 56 0 15 117 4B 2D
Octal 216 35 312 36 126 0 25 427 113 55
Binary 10001110 11101 11001010 11110 1010110 0 10101 100010111 1001011 101101

Color Harmonies of #8E1DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1DCA

Black with #8E1DCA

Text Example


Text Example

White with #8E1DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,29,202); }

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

background-color css

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

 a { background-color: rgb(142,29,202); }

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

border-color css

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

 span { border-color: rgb(142,29,202); }

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