Html Css Color HEX #8E31CE Dark Orchid

📋 copy color: '#8E31CE'

red 142 ◦ green 49 ◦ blue 206

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

Shades of Dark Orchid #8E31CE

Tints of Dark Orchid #8E31CE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.34%

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 35.77%
G = 12.34%
B = 51.89%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E31CE (or 0x8E31CE) is known color: Dark Orchid. HEX triplet: 8E, 31 and CE. RGB value is (142,49,206). Sum of RGB (Red+Green+Blue) = 142+49+206=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E31CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E31CE is #71CE31. Grayscale: #5E5E5E. Windows color (decimal): -7458354 or 13513102. OLE color: 13513102.

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

Color convert

RGB 142 49 206 -
CMYK 0.31 0.76 0 0.19
HSL 275.54º 0.62% 0.5% -
HSV(B) 275.54º 0.76% 0.81% -
XYZ 23.39 12.4 59.55 -
YUV 94.71 190.81 161.73 -
System Red Green Blue C M Y K H S L
Decimal 142 49 206 0.31 0.76 0 0.19 275.54 0.62 0.5
Hex 8E 31 CE 1F 4C 0 13 114 3E 32
Octal 216 61 316 37 114 0 23 424 76 62
Binary 10001110 110001 11001110 11111 1001100 0 10011 100010100 111110 110010

Color Harmonies of #8E31CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E31CE

Black with #8E31CE

Text Example


Text Example

White with #8E31CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,49,206); }

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

background-color css

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

 a { background-color: rgb(142,49,206); }

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

border-color css

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

 span { border-color: rgb(142,49,206); }

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