#8D29AE

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

Shades of Dark Orchid #8D29AE

Tints of Dark Orchid #8D29AE

Color information

#8D29AE (or 0x8D29AE) is unknown color: approx Dark Orchid. HEX triplet: 8D, 29 and AE. RGB value is (141,41,174). Sum of RGB (Red+Green+Blue) = 141+41+174=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D29AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D29AE is #72D651. Grayscale: #555555. Windows color (decimal): -7525970 or 11413901. OLE color: 11413901.

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

Color convert

RGB14141174-
CMYK0.190.7600.32
HSL285.11º61.86%42.16%-
HSV(B)285.11º76.44%68.24%-
XYZ19.4210.341.01-
YUV86.06177.63167.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.61%
GREEN value IS 41 (16.41% from 255) = 11.52%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=39.61%
G=11.52%
B=48.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141411740.190.7600.32285.1161.8642.16
Hex8D29AE134C02011d3e2a
Octal21551256231140404357652
Binary10001101101001101011101001110011000100000100011101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D29AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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