#8D27BE

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

Shades of Dark Orchid #8D27BE

Tints of Dark Orchid #8D27BE

Color information

#8D27BE (or 0x8D27BE) is unknown color: approx Dark Orchid. HEX triplet: 8D, 27 and BE. RGB value is (141,39,190). Sum of RGB (Red+Green+Blue) = 141+39+190=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D27BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D27BE is #72D841. Grayscale: #565656. Windows color (decimal): -7526466 or 12461965. OLE color: 12461965.

HSL color Cylindrical-coordinate representation of color #8D27BE: hue angle of 280.53º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D27BE is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14139190-
CMYK0.260.7900.25
HSL280.53º65.94%44.9%-
HSV(B)280.53º79.47%74.51%-
XYZ2110.8349.7-
YUV86.71186.29166.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.11%
GREEN value IS 39 (15.62% from 255) = 10.54%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=38.11%
G=10.54%
B=51.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141391900.260.7900.25280.5365.9444.9
Hex8D27BE1A4F019119422d
Octal215472763211703143110255
Binary10001101100111101111101101010011110110011000110011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D27BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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