#8D18BA

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

Shades of Dark Orchid #8D18BA

Tints of Dark Orchid #8D18BA

Color information

#8D18BA (or 0x8D18BA) is unknown color: approx Dark Orchid. HEX triplet: 8D, 18 and BA. RGB value is (141,24,186). Sum of RGB (Red+Green+Blue) = 141+24+186=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D18BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D18BA is #72E745. Grayscale: #4C4C4C. Windows color (decimal): -7530310 or 12195981. OLE color: 12195981.

HSL color Cylindrical-coordinate representation of color #8D18BA: hue angle of 283.33º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D18BA is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14124186-
CMYK0.240.8700.27
HSL283.33º77.14%41.18%-
HSV(B)283.33º87.1%72.94%-
XYZ20.179.8647.29-
YUV77.45189.26173.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 24 (9.77% from 255) = 6.84%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=40.17%
G=6.84%
B=52.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141241860.240.8700.27283.3377.1441.18
Hex8D18BA185701B11b4d29
Octal215302723012703343311551
Binary1000110111000101110101100010101110110111000110111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D18BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,24,186); }

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

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

 a { background-color: rgb(141,24,186); }

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

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

 span { border-color: rgb(141,24,186); }

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