#8D2FD1

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

Shades of Dark Orchid #8D2FD1

Tints of Dark Orchid #8D2FD1

Color information

#8D2FD1 (or 0x8D2FD1) is unknown color: approx Dark Orchid. HEX triplet: 8D, 2F and D1. RGB value is (141,47,209). Sum of RGB (Red+Green+Blue) = 141+47+209=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D2FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2FD1 is #72D02E. Grayscale: #5D5D5D. Windows color (decimal): -7524399 or 13709197. OLE color: 13709197.

HSL color Cylindrical-coordinate representation of color #8D2FD1: hue angle of 274.81º degrees, saturation: 0.64, 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 #8D2FD1 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14147209-
CMYK0.330.7800.18
HSL274.81º63.78%50.2%-
HSV(B)274.81º77.51%81.96%-
XYZ23.5112.361.46-
YUV93.57193.14161.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 47 (18.75% from 255) = 11.84%
BLUE value IS 209 (82.03% from 255) = 52.64%
R=35.52%
G=11.84%
B=52.64%

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
Decimal141472090.330.7800.18274.8163.7850.2
Hex8D2FD1214E0121134032
Octal215573214111602242310062
Binary100011011011111101000110000110011100100101000100111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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