#8D27B1

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

Shades of Dark Orchid #8D27B1

Tints of Dark Orchid #8D27B1

Color information

#8D27B1 (or 0x8D27B1) is unknown color: approx Dark Orchid. HEX triplet: 8D, 27 and B1. RGB value is (141,39,177). Sum of RGB (Red+Green+Blue) = 141+39+177=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #8D27B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D27B1 is #72D84E. Grayscale: #545454. Windows color (decimal): -7526479 or 11609997. OLE color: 11609997.

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

Color convert

RGB14139177-
CMYK0.200.7800.31
HSL284.35º63.89%42.35%-
HSV(B)284.35º77.97%69.41%-
XYZ19.6510.2942.55-
YUV85.23179.79167.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.50%
GREEN value IS 39 (15.62% from 255) = 10.92%
BLUE value IS 177 (69.53% from 255) = 49.58%
R=39.50%
G=10.92%
B=49.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141391770.200.7800.31284.3563.8942.35
Hex8D27B1144E01F11c402a
Octal215472612411603743410052
Binary10001101100111101100011010010011100111111000111001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D27B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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