#8D1EAE

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

Shades of Dark Orchid #8D1EAE

Tints of Dark Orchid #8D1EAE

Color information

#8D1EAE (or 0x8D1EAE) is unknown color: approx Dark Orchid. HEX triplet: 8D, 1E and AE. RGB value is (141,30,174). Sum of RGB (Red+Green+Blue) = 141+30+174=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D1EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1EAE is #72E151. Grayscale: #4F4F4F. Windows color (decimal): -7528786 or 11411085. OLE color: 11411085.

HSL color Cylindrical-coordinate representation of color #8D1EAE: hue angle of 286.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D1EAE is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14130174-
CMYK0.190.8300.32
HSL286.25º70.59%40%-
HSV(B)286.25º82.76%68.24%-
XYZ19.099.6540.9-
YUV79.6181.27171.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.87%
GREEN value IS 30 (12.11% from 255) = 8.70%
BLUE value IS 174 (68.36% from 255) = 50.43%
R=40.87%
G=8.70%
B=50.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141301740.190.8300.32286.2570.5940
Hex8D1EAE135302011e4728
Octal215362562312304043610750
Binary10001101111101010111010011101001101000001000111101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,30,174); }

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

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

 a { background-color: rgb(141,30,174); }

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

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

 span { border-color: rgb(141,30,174); }

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