#8F36AE

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

Shades of Dark Orchid #8F36AE

Tints of Dark Orchid #8F36AE

Color information

#8F36AE (or 0x8F36AE) is unknown color: approx Dark Orchid. HEX triplet: 8F, 36 and AE. RGB value is (143,54,174). Sum of RGB (Red+Green+Blue) = 143+54+174=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F36AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F36AE is #70C951. Grayscale: #5D5D5D. Windows color (decimal): -7391570 or 11417231. OLE color: 11417231.

HSL color Cylindrical-coordinate representation of color #8F36AE: hue angle of 284.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F36AE is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14354174-
CMYK0.180.6900.32
HSL284.5º52.63%44.71%-
HSV(B)284.5º68.97%68.24%-
XYZ20.2911.5341.2-
YUV94.29172.99162.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 54 (21.48% from 255) = 14.56%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=38.54%
G=14.56%
B=46.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal143541740.180.6900.32284.552.6344.71
Hex8F36AE124502011c352d
Octal21766256221050404346555
Binary10001111110110101011101001010001010100000100011100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F36AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,54,174); }

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

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

 a { background-color: rgb(143,54,174); }

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

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

 span { border-color: rgb(143,54,174); }

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