#8722AF

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

Shades of Dark Orchid #8722AF

Tints of Dark Orchid #8722AF

Color information

#8722AF (or 0x8722AF) is unknown color: approx Dark Orchid. HEX triplet: 87, 22 and AF. RGB value is (135,34,175). Sum of RGB (Red+Green+Blue) = 135+34+175=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #8722AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8722AF is #78DD50. Grayscale: #4F4F4F. Windows color (decimal): -7920977 or 11477639. OLE color: 11477639.

HSL color Cylindrical-coordinate representation of color #8722AF: hue angle of 282.98º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8722AF is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13534175-
CMYK0.230.8100.31
HSL282.98º67.46%40.98%-
HSV(B)282.98º80.57%68.63%-
XYZ18.39.3941.41-
YUV80.27181.46167.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 34 (13.67% from 255) = 9.88%
BLUE value IS 175 (68.75% from 255) = 50.87%
R=39.24%
G=9.88%
B=50.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal135341750.230.8100.31282.9867.4640.98
Hex8722AF175101F11b4329
Octal207422572712103743310351
Binary10000111100010101011111011110100010111111000110111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8722AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8722AF; }

 p { color: rgb(135,34,175); }

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

<style>
 a { background-color: #8722AF; }

 a { background-color: rgb(135,34,175); }

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

<style>
 span { border-color: #8722AF; }

 span { border-color: rgb(135,34,175); }

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