#8F1FB0

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

Shades of Dark Orchid #8F1FB0

Tints of Dark Orchid #8F1FB0

Color information

#8F1FB0 (or 0x8F1FB0) is unknown color: approx Dark Orchid. HEX triplet: 8F, 1F and B0. RGB value is (143,31,176). Sum of RGB (Red+Green+Blue) = 143+31+176=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #8F1FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1FB0 is #70E04F. Grayscale: #505050. Windows color (decimal): -7397456 or 11542415. OLE color: 11542415.

HSL color Cylindrical-coordinate representation of color #8F1FB0: hue angle of 286.34º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F1FB0 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14331176-
CMYK0.190.8200.31
HSL286.34º70.05%40.59%-
HSV(B)286.34º82.39%69.02%-
XYZ19.659.9541.96-
YUV81.02181.61172.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.86%
GREEN value IS 31 (12.5% from 255) = 8.86%
BLUE value IS 176 (69.14% from 255) = 50.29%
R=40.86%
G=8.86%
B=50.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143311760.190.8200.31286.3470.0540.59
Hex8F1FB0135201F11e4629
Octal217372602312203743610651
Binary1000111111111101100001001110100100111111000111101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,31,176); }

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

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

 a { background-color: rgb(143,31,176); }

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

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

 span { border-color: rgb(143,31,176); }

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