#8F24AF

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

Shades of Dark Orchid #8F24AF

Tints of Dark Orchid #8F24AF

Color information

#8F24AF (or 0x8F24AF) is unknown color: approx Dark Orchid. HEX triplet: 8F, 24 and AF. RGB value is (143,36,175). Sum of RGB (Red+Green+Blue) = 143+36+175=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F24AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F24AF is #70DB50. Grayscale: #535353. Windows color (decimal): -7396177 or 11478159. OLE color: 11478159.

HSL color Cylindrical-coordinate representation of color #8F24AF: hue angle of 286.19º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F24AF is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14336175-
CMYK0.180.7900.31
HSL286.19º65.88%41.37%-
HSV(B)286.19º79.43%68.63%-
XYZ19.710.241.49-
YUV83.84179.45170.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.40%
GREEN value IS 36 (14.45% from 255) = 10.17%
BLUE value IS 175 (68.75% from 255) = 49.44%
R=40.40%
G=10.17%
B=49.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143361750.180.7900.31286.1965.8841.37
Hex8F24AF124F01F11e4229
Octal217442572211703743610251
Binary10001111100100101011111001010011110111111000111101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F24AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,36,175); }

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

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

 a { background-color: rgb(143,36,175); }

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

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

 span { border-color: rgb(143,36,175); }

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