#8D17AD

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

Shades of Dark Orchid #8D17AD

Tints of Dark Orchid #8D17AD

Color information

#8D17AD (or 0x8D17AD) is unknown color: approx Dark Orchid. HEX triplet: 8D, 17 and AD. RGB value is (141,23,173). Sum of RGB (Red+Green+Blue) = 141+23+173=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D17AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D17AD is #72E852. Grayscale: #4A4A4A. Windows color (decimal): -7530579 or 11343757. OLE color: 11343757.

HSL color Cylindrical-coordinate representation of color #8D17AD: hue angle of 287.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D17AD is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14123173-
CMYK0.180.8700.32
HSL287.2º76.53%38.43%-
HSV(B)287.2º86.71%67.84%-
XYZ18.839.2940.34-
YUV75.38183.09174.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.84%
GREEN value IS 23 (9.38% from 255) = 6.82%
BLUE value IS 173 (67.97% from 255) = 51.34%
R=41.84%
G=6.82%
B=51.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141231730.180.8700.32287.276.5338.43
Hex8D17AD125702011f4d26
Octal215272552212704043711546
Binary10001101101111010110110010101011101000001000111111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D17AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,23,173); }

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

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

 a { background-color: rgb(141,23,173); }

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

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

 span { border-color: rgb(141,23,173); }

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