#8D22AE

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

Shades of Dark Orchid #8D22AE

Tints of Dark Orchid #8D22AE

Color information

#8D22AE (or 0x8D22AE) is unknown color: approx Dark Orchid. HEX triplet: 8D, 22 and AE. RGB value is (141,34,174). Sum of RGB (Red+Green+Blue) = 141+34+174=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D22AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D22AE is #72DD51. Grayscale: #515151. Windows color (decimal): -7527762 or 11412109. OLE color: 11412109.

HSL color Cylindrical-coordinate representation of color #8D22AE: hue angle of 285.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D22AE is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14134174-
CMYK0.190.8000.32
HSL285.86º67.31%40.78%-
HSV(B)285.86º80.46%68.24%-
XYZ19.29.8640.94-
YUV81.95179.95170.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.40%
GREEN value IS 34 (13.67% from 255) = 9.74%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=40.40%
G=9.74%
B=49.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141341740.190.8000.32285.8667.3140.78
Hex8D22AE135002011e4329
Octal215422562312004043610351
Binary100011011000101010111010011101000001000001000111101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D22AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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