#8d2fb1

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

Shades of Dark Orchid #8D2FB1

Tints of Dark Orchid #8D2FB1

Color information

#8D2FB1 (or 0x8D2FB1) is unknown color: approx Dark Orchid. HEX triplet: 8D, 2F and B1. RGB value is (141,47,177). Sum of RGB (Red+Green+Blue) = 141+47+177=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #8D2FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2FB1 is #72D04E. Grayscale: #595959. Windows color (decimal): -7524431 or 11612045. OLE color: 11612045.

HSL color Cylindrical-coordinate representation of color #8D2FB1: hue angle of 283.38º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D2FB1 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14147177-
CMYK0.200.7300.31
HSL283.38º58.04%43.92%-
HSV(B)283.38º73.45%69.41%-
XYZ19.9410.8742.64-
YUV89.93177.14164.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.63%
GREEN value IS 47 (18.75% from 255) = 12.88%
BLUE value IS 177 (69.53% from 255) = 48.49%
R=38.63%
G=12.88%
B=48.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141471770.200.7300.31283.3858.0443.92
Hex8D2FB1144901F11b3a2c
Octal21557261241110374337254
Binary1000110110111110110001101001001001011111100011011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d2fb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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