#8F35AE

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

Shades of Dark Orchid #8F35AE

Tints of Dark Orchid #8F35AE

Color information

#8F35AE (or 0x8F35AE) is unknown color: approx Dark Orchid. HEX triplet: 8F, 35 and AE. RGB value is (143,53,174). Sum of RGB (Red+Green+Blue) = 143+53+174=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F35AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F35AE is #70CA51. Grayscale: #5D5D5D. Windows color (decimal): -7391826 or 11416975. OLE color: 11416975.

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

Color convert

RGB14353174-
CMYK0.180.7000.32
HSL284.63º53.3%44.51%-
HSV(B)284.63º69.54%68.24%-
XYZ20.2411.4441.19-
YUV93.7173.32163.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.65%
GREEN value IS 53 (21.09% from 255) = 14.32%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=38.65%
G=14.32%
B=47.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal143531740.180.7000.32284.6353.344.51
Hex8F35AE124602011d352d
Octal21765256221060404356555
Binary10001111110101101011101001010001100100000100011101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F35AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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