Html Css Color HEX #8E29CA Dark Orchid

📋 copy color: '#8E29CA'

red 142 ◦ green 41 ◦ blue 202

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

Shades of Dark Orchid #8E29CA

Tints of Dark Orchid #8E29CA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.65%

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

R = 36.88%
G = 10.65%
B = 52.47%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E29CA (or 0x8E29CA) is known color: Dark Orchid. HEX triplet: 8E, 29 and CA. RGB value is (142,41,202). Sum of RGB (Red+Green+Blue) = 142+41+202=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E29CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E29CA is #71D635. Grayscale: #595959. Windows color (decimal): -7460406 or 13248910. OLE color: 13248910.

HSL color Cylindrical-coordinate representation of color #8E29CA: hue angle of 277.64º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E29CA is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 41 202 -
CMYK 0.30 0.80 0 0.21
HSL 277.64º 0.66% 0.48% -
HSV(B) 277.64º 0.8% 0.79% -
XYZ 22.61 11.6 56.92 -
YUV 89.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 142 41 202 0.30 0.80 0 0.21 277.64 0.66 0.48
Hex 8E 29 CA 1E 50 0 15 116 42 30
Octal 216 51 312 36 120 0 25 426 102 60
Binary 10001110 101001 11001010 11110 1010000 0 10101 100010110 1000010 110000

Color Harmonies of #8E29CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E29CA

Black with #8E29CA

Text Example


Text Example

White with #8E29CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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