#8D1BAE

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

Shades of Dark Orchid #8D1BAE

Tints of Dark Orchid #8D1BAE

Color information

#8D1BAE (or 0x8D1BAE) is unknown color: approx Dark Orchid. HEX triplet: 8D, 1B and AE. RGB value is (141,27,174). Sum of RGB (Red+Green+Blue) = 141+27+174=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D1BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1BAE is #72E451. Grayscale: #4D4D4D. Windows color (decimal): -7529554 or 11410317. OLE color: 11410317.

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

Color convert

RGB14127174-
CMYK0.190.8400.32
HSL286.53º73.13%39.41%-
HSV(B)286.53º84.48%68.24%-
XYZ19.029.540.88-
YUV77.84182.27173.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.23%
GREEN value IS 27 (10.94% from 255) = 7.89%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=41.23%
G=7.89%
B=50.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141271740.190.8400.32286.5373.1339.41
Hex8D1BAE135402011f4927
Octal215332562312404043711147
Binary10001101110111010111010011101010001000001000111111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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