#8F27CE

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

Shades of Dark Orchid #8F27CE

Tints of Dark Orchid #8F27CE

Color information

#8F27CE (or 0x8F27CE) is unknown color: approx Dark Orchid. HEX triplet: 8F, 27 and CE. RGB value is (143,39,206). Sum of RGB (Red+Green+Blue) = 143+39+206=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F27CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F27CE is #70D831. Grayscale: #585858. Windows color (decimal): -7395378 or 13510543. OLE color: 13510543.

HSL color Cylindrical-coordinate representation of color #8F27CE: hue angle of 277.37º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F27CE is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14339206-
CMYK0.310.8100.19
HSL277.37º68.16%48.04%-
HSV(B)277.37º81.07%80.78%-
XYZ23.1911.7559.44-
YUV89.13193.96166.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.86%
GREEN value IS 39 (15.62% from 255) = 10.05%
BLUE value IS 206 (80.86% from 255) = 53.09%
R=36.86%
G=10.05%
B=53.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal143392060.310.8100.19277.3768.1648.04
Hex8F27CE1F510131154430
Octal217473163712102342510460
Binary10001111100111110011101111110100010100111000101011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F27CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,39,206); }

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

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

 a { background-color: rgb(143,39,206); }

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

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

 span { border-color: rgb(143,39,206); }

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