#8F47D7

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

Shades of Dark Orchid #8F47D7

Tints of Dark Orchid #8F47D7

Color information

#8F47D7 (or 0x8F47D7) is unknown color: approx Dark Orchid. HEX triplet: 8F, 47 and D7. RGB value is (143,71,215). Sum of RGB (Red+Green+Blue) = 143+71+215=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #8F47D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F47D7 is #70B828. Grayscale: #6C6C6C. Windows color (decimal): -7387177 or 14108559. OLE color: 14108559.

HSL color Cylindrical-coordinate representation of color #8F47D7: hue angle of 270º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F47D7 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14371215-
CMYK0.330.6700.16
HSL270º64.29%56.08%-
HSV(B)270º66.98%84.31%-
XYZ25.8515.2565.87-
YUV108.94187.85152.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.33%
GREEN value IS 71 (28.12% from 255) = 16.55%
BLUE value IS 215 (84.38% from 255) = 50.12%
R=33.33%
G=16.55%
B=50.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal143712150.330.6700.1627064.2956.08
Hex8F47D7214301010e4038
Octal2171073274110302041610070
Binary1000111110001111101011110000110000110100001000011101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F47D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,71,215); }

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

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

 a { background-color: rgb(143,71,215); }

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

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

 span { border-color: rgb(143,71,215); }

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