#8F18B7

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

Shades of Dark Orchid #8F18B7

Tints of Dark Orchid #8F18B7

Color information

#8F18B7 (or 0x8F18B7) is unknown color: approx Dark Orchid. HEX triplet: 8F, 18 and B7. RGB value is (143,24,183). Sum of RGB (Red+Green+Blue) = 143+24+183=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #8F18B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F18B7 is #70E748. Grayscale: #4D4D4D. Windows color (decimal): -7399241 or 11999375. OLE color: 11999375.

HSL color Cylindrical-coordinate representation of color #8F18B7: hue angle of 284.91º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F18B7 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14324183-
CMYK0.220.8700.28
HSL284.91º76.81%40.59%-
HSV(B)284.91º86.89%71.76%-
XYZ20.29.9145.65-
YUV77.71187.42174.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.86%
GREEN value IS 24 (9.77% from 255) = 6.86%
BLUE value IS 183 (71.88% from 255) = 52.29%
R=40.86%
G=6.86%
B=52.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal143241830.220.8700.28284.9176.8140.59
Hex8F18B7165701C11d4d29
Octal217302672612703443511551
Binary1000111111000101101111011010101110111001000111011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F18B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,24,183); }

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

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

 a { background-color: rgb(143,24,183); }

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

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

 span { border-color: rgb(143,24,183); }

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