#8d2dd1

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

Shades of Dark Orchid #8D2DD1

Tints of Dark Orchid #8D2DD1

Color information

#8D2DD1 (or 0x8D2DD1) is unknown color: approx Dark Orchid. HEX triplet: 8D, 2D and D1. RGB value is (141,45,209). Sum of RGB (Red+Green+Blue) = 141+45+209=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D2DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2DD1 is #72D22E. Grayscale: #5B5B5B. Windows color (decimal): -7524911 or 13708685. OLE color: 13708685.

HSL color Cylindrical-coordinate representation of color #8D2DD1: hue angle of 275.12º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D2DD1 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14145209-
CMYK0.330.7800.18
HSL275.12º64.57%49.8%-
HSV(B)275.12º78.47%81.96%-
XYZ23.4312.1461.43-
YUV92.4193.8162.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 45 (17.97% from 255) = 11.39%
BLUE value IS 209 (82.03% from 255) = 52.91%
R=35.70%
G=11.39%
B=52.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141452090.330.7800.18275.1264.5749.8
Hex8D2DD1214E0121134132
Octal215553214111602242310162
Binary100011011011011101000110000110011100100101000100111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d2dd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,45,209); }

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

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

 a { background-color: rgb(141,45,209); }

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

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

 span { border-color: rgb(141,45,209); }

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