Html Css Color HEX #8E3ACA Dark Orchid

📋 copy color: '#8E3ACA'

red 142 ◦ green 58 ◦ blue 202

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

Shades of Dark Orchid #8E3ACA

Tints of Dark Orchid #8E3ACA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.43%

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

R = 35.32%
G = 14.43%
B = 50.25%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E3ACA (or 0x8E3ACA) is known color: Dark Orchid. HEX triplet: 8E, 3A and CA. RGB value is (142,58,202). Sum of RGB (Red+Green+Blue) = 142+58+202=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E3ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3ACA is #71C535. Grayscale: #636363. Windows color (decimal): -7456054 or 13253262. OLE color: 13253262.

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

Color convert

RGB 142 58 202 -
CMYK 0.30 0.71 0 0.21
HSL 275º 0.58% 0.51% -
HSV(B) 275º 0.71% 0.79% -
XYZ 23.33 13.04 57.16 -
YUV 99.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 142 58 202 0.30 0.71 0 0.21 275 0.58 0.51
Hex 8E 3A CA 1E 47 0 15 113 3A 33
Octal 216 72 312 36 107 0 25 423 72 63
Binary 10001110 111010 11001010 11110 1000111 0 10101 100010011 111010 110011

Color Harmonies of #8E3ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3ACA

Black with #8E3ACA

Text Example


Text Example

White with #8E3ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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