#8F1ECA

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

Shades of Dark Orchid #8F1ECA

Tints of Dark Orchid #8F1ECA

Color information

#8F1ECA (or 0x8F1ECA) is unknown color: approx Dark Orchid. HEX triplet: 8F, 1E and CA. RGB value is (143,30,202). Sum of RGB (Red+Green+Blue) = 143+30+202=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F1ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1ECA is #70E135. Grayscale: #525252. Windows color (decimal): -7397686 or 13246095. OLE color: 13246095.

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

Color convert

RGB14330202-
CMYK0.290.8500.21
HSL279.42º74.14%45.49%-
HSV(B)279.42º85.15%79.22%-
XYZ22.4511.0356.82-
YUV83.4194.94170.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.13%
GREEN value IS 30 (12.11% from 255) = 8%
BLUE value IS 202 (79.30% from 255) = 53.87%
R=38.13%
G=8%
B=53.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143302020.290.8500.21279.4274.1445.49
Hex8F1ECA1D550151174a2d
Octal217363123512502542711255
Binary1000111111110110010101110110101010101011000101111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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