#8F1ACA

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

Shades of Dark Orchid #8F1ACA

Tints of Dark Orchid #8F1ACA

Color information

#8F1ACA (or 0x8F1ACA) is unknown color: approx Dark Orchid. HEX triplet: 8F, 1A and CA. RGB value is (143,26,202). Sum of RGB (Red+Green+Blue) = 143+26+202=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F1ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1ACA is #70E535. Grayscale: #505050. Windows color (decimal): -7398710 or 13245071. OLE color: 13245071.

HSL color Cylindrical-coordinate representation of color #8F1ACA: hue angle of 279.89º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1ACA is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14326202-
CMYK0.290.8700.21
HSL279.89º77.19%44.71%-
HSV(B)279.89º87.13%79.22%-
XYZ22.3610.8456.79-
YUV81.05196.26172.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 26 (10.55% from 255) = 7.01%
BLUE value IS 202 (79.30% from 255) = 54.45%
R=38.54%
G=7.01%
B=54.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143262020.290.8700.21279.8977.1944.71
Hex8F1ACA1D570151184d2d
Octal217323123512702543011555
Binary1000111111010110010101110110101110101011000110001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,26,202); }

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

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

 a { background-color: rgb(143,26,202); }

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

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

 span { border-color: rgb(143,26,202); }

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