#8F1FC2

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

Shades of Dark Orchid #8F1FC2

Tints of Dark Orchid #8F1FC2

Color information

#8F1FC2 (or 0x8F1FC2) is unknown color: approx Dark Orchid. HEX triplet: 8F, 1F and C2. RGB value is (143,31,194). Sum of RGB (Red+Green+Blue) = 143+31+194=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 194 (76.17% from 255 or 52.72% from 368); Max value from RGB is 194 - color contains mainly: blue. Hex color #8F1FC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1FC2 is #70E03D. Grayscale: #525252. Windows color (decimal): -7397438 or 12722063. OLE color: 12722063.

HSL color Cylindrical-coordinate representation of color #8F1FC2: hue angle of 281.23º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1FC2 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14331194-
CMYK0.260.8400.24
HSL281.23º72.44%44.12%-
HSV(B)281.23º84.02%76.08%-
XYZ21.5610.7151.97-
YUV83.07190.61170.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 31 (12.5% from 255) = 8.42%
BLUE value IS 194 (76.17% from 255) = 52.72%
R=38.86%
G=8.42%
B=52.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal143311940.260.8400.24281.2372.4444.12
Hex8F1FC21A54018119482c
Octal217373023212403043111054
Binary1000111111111110000101101010101000110001000110011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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