#8F47CB

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

Shades of Dark Orchid #8F47CB

Tints of Dark Orchid #8F47CB

Color information

#8F47CB (or 0x8F47CB) is unknown color: approx Dark Orchid. HEX triplet: 8F, 47 and CB. RGB value is (143,71,203). Sum of RGB (Red+Green+Blue) = 143+71+203=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F47CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F47CB is #70B834. Grayscale: #6B6B6B. Windows color (decimal): -7387189 or 13322127. OLE color: 13322127.

HSL color Cylindrical-coordinate representation of color #8F47CB: hue angle of 272.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F47CB is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14371203-
CMYK0.300.6500.20
HSL272.73º55.93%53.73%-
HSV(B)272.73º65.02%79.61%-
XYZ24.3614.6658.05-
YUV107.58181.85153.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.29%
GREEN value IS 71 (28.12% from 255) = 17.03%
BLUE value IS 203 (79.69% from 255) = 48.68%
R=34.29%
G=17.03%
B=48.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal143712030.300.6500.20272.7355.9353.73
Hex8F47CB1E410141113836
Octal217107313361010244217066
Binary10001111100011111001011111101000001010100100010001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F47CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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