#8F1CB1

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

Shades of Dark Orchid #8F1CB1

Tints of Dark Orchid #8F1CB1

Color information

#8F1CB1 (or 0x8F1CB1) is unknown color: approx Dark Orchid. HEX triplet: 8F, 1C and B1. RGB value is (143,28,177). Sum of RGB (Red+Green+Blue) = 143+28+177=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #8F1CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1CB1 is #70E34E. Grayscale: #4E4E4E. Windows color (decimal): -7398223 or 11607183. OLE color: 11607183.

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

Color convert

RGB14328177-
CMYK0.190.8400.31
HSL286.31º72.68%40.2%-
HSV(B)286.31º84.18%69.41%-
XYZ19.689.8442.46-
YUV79.37183.1173.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.09%
GREEN value IS 28 (11.33% from 255) = 8.05%
BLUE value IS 177 (69.53% from 255) = 50.86%
R=41.09%
G=8.05%
B=50.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143281770.190.8400.31286.3172.6840.2
Hex8F1CB1135401F11e4928
Octal217342612312403743611150
Binary1000111111100101100011001110101000111111000111101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,28,177); }

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

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

 a { background-color: rgb(143,28,177); }

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

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

 span { border-color: rgb(143,28,177); }

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