#8D1ABE

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

Shades of Dark Orchid #8D1ABE

Tints of Dark Orchid #8D1ABE

Color information

#8D1ABE (or 0x8D1ABE) is unknown color: approx Dark Orchid. HEX triplet: 8D, 1A and BE. RGB value is (141,26,190). Sum of RGB (Red+Green+Blue) = 141+26+190=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D1ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1ABE is #72E541. Grayscale: #4E4E4E. Windows color (decimal): -7529794 or 12458637. OLE color: 12458637.

HSL color Cylindrical-coordinate representation of color #8D1ABE: hue angle of 282.07º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1ABE is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14126190-
CMYK0.260.8600.25
HSL282.07º75.93%42.35%-
HSV(B)282.07º86.32%74.51%-
XYZ20.6510.1249.58-
YUV79.08190.6172.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.50%
GREEN value IS 26 (10.55% from 255) = 7.28%
BLUE value IS 190 (74.61% from 255) = 53.22%
R=39.50%
G=7.28%
B=53.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141261900.260.8600.25282.0775.9342.35
Hex8D1ABE1A5601911a4c2a
Octal215322763212603143211452
Binary1000110111010101111101101010101100110011000110101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,26,190); }

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

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

 a { background-color: rgb(141,26,190); }

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

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

 span { border-color: rgb(141,26,190); }

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