#8F2AAF

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

Shades of Dark Orchid #8F2AAF

Tints of Dark Orchid #8F2AAF

Color information

#8F2AAF (or 0x8F2AAF) is unknown color: approx Dark Orchid. HEX triplet: 8F, 2A and AF. RGB value is (143,42,175). Sum of RGB (Red+Green+Blue) = 143+42+175=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F2AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2AAF is #70D550. Grayscale: #565656. Windows color (decimal): -7394641 or 11479695. OLE color: 11479695.

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

Color convert

RGB14342175-
CMYK0.180.7600.31
HSL285.56º61.29%42.55%-
HSV(B)285.56º76%68.63%-
XYZ19.8910.5941.55-
YUV87.36177.46167.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.72%
GREEN value IS 42 (16.80% from 255) = 11.67%
BLUE value IS 175 (68.75% from 255) = 48.61%
R=39.72%
G=11.67%
B=48.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143421750.180.7600.31285.5661.2942.55
Hex8F2AAF124C01F11e3d2b
Octal21752257221140374367553
Binary1000111110101010101111100101001100011111100011110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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