#8F1EB7

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

Shades of Dark Orchid #8F1EB7

Tints of Dark Orchid #8F1EB7

Color information

#8F1EB7 (or 0x8F1EB7) is unknown color: approx Dark Orchid. HEX triplet: 8F, 1E and B7. RGB value is (143,30,183). Sum of RGB (Red+Green+Blue) = 143+30+183=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #8F1EB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1EB7 is #70E148. Grayscale: #505050. Windows color (decimal): -7397705 or 12000911. OLE color: 12000911.

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

Color convert

RGB14330183-
CMYK0.220.8400.28
HSL284.31º71.83%41.76%-
HSV(B)284.31º83.61%71.76%-
XYZ20.3410.1945.69-
YUV81.23185.44172.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.17%
GREEN value IS 30 (12.11% from 255) = 8.43%
BLUE value IS 183 (71.88% from 255) = 51.40%
R=40.17%
G=8.43%
B=51.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal143301830.220.8400.28284.3171.8341.76
Hex8F1EB7165401C11c482a
Octal217362672612403443411052
Binary1000111111110101101111011010101000111001000111001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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