#8d19b5

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

Shades of Dark Orchid #8D19B5

Tints of Dark Orchid #8D19B5

Color information

#8D19B5 (or 0x8D19B5) is unknown color: approx Dark Orchid. HEX triplet: 8D, 19 and B5. RGB value is (141,25,181). Sum of RGB (Red+Green+Blue) = 141+25+181=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #8D19B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D19B5 is #72E64A. Grayscale: #4C4C4C. Windows color (decimal): -7530059 or 11868557. OLE color: 11868557.

HSL color Cylindrical-coordinate representation of color #8D19B5: hue angle of 284.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D19B5 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14125181-
CMYK0.220.8600.29
HSL284.62º75.73%40.39%-
HSV(B)284.62º86.19%70.98%-
XYZ19.679.6944.55-
YUV77.47186.43173.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.63%
GREEN value IS 25 (10.16% from 255) = 7.20%
BLUE value IS 181 (71.09% from 255) = 52.16%
R=40.63%
G=7.20%
B=52.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141251810.220.8600.29284.6275.7340.39
Hex8D19B5165601D11d4c28
Octal215312652612603543511450
Binary1000110111001101101011011010101100111011000111011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d19b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,25,181); }

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

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

 a { background-color: rgb(141,25,181); }

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

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

 span { border-color: rgb(141,25,181); }

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