#8E2DC1

Color #8E2DC1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8E2DC1

Tints of Dark Orchid #8E2DC1

Color information

#8E2DC1 (or 0x8E2DC1) is unknown color: approx Dark Orchid. HEX triplet: 8E, 2D and C1. RGB value is (142,45,193). Sum of RGB (Red+Green+Blue) = 142+45+193=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E2DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2DC1 is #71D23E. Grayscale: #5A5A5A. Windows color (decimal): -7459391 or 12660110. OLE color: 12660110.

HSL color Cylindrical-coordinate representation of color #8E2DC1: hue angle of 279.32º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2DC1 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14245193-
CMYK0.260.7700.24
HSL279.32º62.18%46.67%-
HSV(B)279.32º76.68%75.69%-
XYZ21.7211.4851.52-
YUV90.88185.64164.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.37%
GREEN value IS 45 (17.97% from 255) = 11.84%
BLUE value IS 193 (75.78% from 255) = 50.79%
R=37.37%
G=11.84%
B=50.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142451930.260.7700.24279.3262.1846.67
Hex8E2DC11A4D0181173e2f
Octal21655301321150304277657
Binary1000111010110111000001110101001101011000100010111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,45,193); }

 H1.HeaderClassName
 {
   color: #8E2DC1;
 }
 .AnyTagClassName
 {
   color: #8E2DC1;
 }
</style>
background-color css

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

 a { background-color: rgb(142,45,193); }

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

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

 span { border-color: rgb(142,45,193); }

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