#8d18bf

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

Shades of Dark Orchid #8D18BF

Tints of Dark Orchid #8D18BF

Color information

#8D18BF (or 0x8D18BF) is unknown color: approx Dark Orchid. HEX triplet: 8D, 18 and BF. RGB value is (141,24,191). Sum of RGB (Red+Green+Blue) = 141+24+191=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D18BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D18BF is #72E740. Grayscale: #4D4D4D. Windows color (decimal): -7530305 or 12523661. OLE color: 12523661.

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

Color convert

RGB14124191-
CMYK0.260.8700.25
HSL282.04º77.67%42.16%-
HSV(B)282.04º87.43%74.9%-
XYZ20.7210.0850.14-
YUV78.02191.76172.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.61%
GREEN value IS 24 (9.77% from 255) = 6.74%
BLUE value IS 191 (75% from 255) = 53.65%
R=39.61%
G=6.74%
B=53.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141241910.260.8700.25282.0477.6742.16
Hex8D18BF1A5701911a4e2a
Octal215302773212703143211652
Binary1000110111000101111111101010101110110011000110101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d18bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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