#8D3AD4

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

Shades of Dark Orchid #8D3AD4

Tints of Dark Orchid #8D3AD4

Color information

#8D3AD4 (or 0x8D3AD4) is unknown color: approx Dark Orchid. HEX triplet: 8D, 3A and D4. RGB value is (141,58,212). Sum of RGB (Red+Green+Blue) = 141+58+212=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 212 (83.20% from 255 or 51.58% from 411); Max value from RGB is 212 - color contains mainly: blue. Hex color #8D3AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3AD4 is #72C52B. Grayscale: #636363. Windows color (decimal): -7521580 or 13908621. OLE color: 13908621.

HSL color Cylindrical-coordinate representation of color #8D3AD4: hue angle of 272.34º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D3AD4 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14158212-
CMYK0.330.7300.17
HSL272.34º64.17%52.94%-
HSV(B)272.34º72.64%83.14%-
XYZ24.3813.4463.6-
YUV100.37191156.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.31%
GREEN value IS 58 (23.05% from 255) = 14.11%
BLUE value IS 212 (83.20% from 255) = 51.58%
R=34.31%
G=14.11%
B=51.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal141582120.330.7300.17272.3464.1752.94
Hex8D3AD421490111104035
Octal215723244111102142010065
Binary100011011110101101010010000110010010100011000100001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,58,212); }

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

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

 a { background-color: rgb(141,58,212); }

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

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

 span { border-color: rgb(141,58,212); }

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