#8F2EC2

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

Shades of Dark Orchid #8F2EC2

Tints of Dark Orchid #8F2EC2

Color information

#8F2EC2 (or 0x8F2EC2) is unknown color: approx Dark Orchid. HEX triplet: 8F, 2E and C2. RGB value is (143,46,194). Sum of RGB (Red+Green+Blue) = 143+46+194=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #8F2EC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2EC2 is #70D13D. Grayscale: #5B5B5B. Windows color (decimal): -7393598 or 12725903. OLE color: 12725903.

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

Color convert

RGB14346194-
CMYK0.260.7600.24
HSL279.32º61.67%47.06%-
HSV(B)279.32º76.29%76.08%-
XYZ22.0411.6952.13-
YUV91.88185.64164.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.34%
GREEN value IS 46 (18.36% from 255) = 12.01%
BLUE value IS 194 (76.17% from 255) = 50.65%
R=37.34%
G=12.01%
B=50.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal143461940.260.7600.24279.3261.6747.06
Hex8F2EC21A4C0181173e2f
Octal21756302321140304277657
Binary1000111110111011000010110101001100011000100010111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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