Html Css Color HEX #8E31CF Dark Orchid

📋 copy color: '#8E31CF'

red 142 ◦ green 49 ◦ blue 207

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

Shades of Dark Orchid #8E31CF

Tints of Dark Orchid #8E31CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 35.68%
G = 12.31%
B = 52.01%

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

#8E31CF (or 0x8E31CF) is known color: Dark Orchid. HEX triplet: 8E, 31 and CF. RGB value is (142,49,207). Sum of RGB (Red+Green+Blue) = 142+49+207=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E31CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E31CF is #71CE30. Grayscale: #5E5E5E. Windows color (decimal): -7458353 or 13578638. OLE color: 13578638.

HSL color Cylindrical-coordinate representation of color #8E31CF: hue angle of 275.32º 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 #8E31CF is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 49 207 -
CMYK 0.31 0.76 0 0.19
HSL 275.32º 0.62% 0.5% -
HSV(B) 275.32º 0.76% 0.81% -
XYZ 23.52 12.45 60.2 -
YUV 94.82 191.31 161.65 -
System Red Green Blue C M Y K H S L
Decimal 142 49 207 0.31 0.76 0 0.19 275.32 0.62 0.5
Hex 8E 31 CF 1F 4C 0 13 113 3E 32
Octal 216 61 317 37 114 0 23 423 76 62
Binary 10001110 110001 11001111 11111 1001100 0 10011 100010011 111110 110010

Color Harmonies of #8E31CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E31CF

Black with #8E31CF

Text Example


Text Example

White with #8E31CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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