#8F2ABE

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

Shades of Dark Orchid #8F2ABE

Tints of Dark Orchid #8F2ABE

Color information

#8F2ABE (or 0x8F2ABE) is unknown color: approx Dark Orchid. HEX triplet: 8F, 2A and BE. RGB value is (143,42,190). Sum of RGB (Red+Green+Blue) = 143+42+190=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F2ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2ABE is #70D541. Grayscale: #585858. Windows color (decimal): -7394626 or 12462735. OLE color: 12462735.

HSL color Cylindrical-coordinate representation of color #8F2ABE: hue angle of 280.95º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2ABE is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14342190-
CMYK0.250.7800.25
HSL280.95º63.79%45.49%-
HSV(B)280.95º77.89%74.51%-
XYZ21.4511.2149.75-
YUV89.07184.96166.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.13%
GREEN value IS 42 (16.80% from 255) = 11.2%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=38.13%
G=11.2%
B=50.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143421900.250.7800.25280.9563.7945.49
Hex8F2ABE194E019119402d
Octal217522763111603143110055
Binary10001111101010101111101100110011100110011000110011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,42,190); }

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

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

 a { background-color: rgb(143,42,190); }

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

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

 span { border-color: rgb(143,42,190); }

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