#9322AF

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

Shades of Dark Orchid #9322AF

Tints of Dark Orchid #9322AF

Color information

#9322AF (or 0x9322AF) is unknown color: approx Dark Orchid. HEX triplet: 93, 22 and AF. RGB value is (147,34,175). Sum of RGB (Red+Green+Blue) = 147+34+175=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #9322AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9322AF is #6CDD50. Grayscale: #535353. Windows color (decimal): -7134545 or 11477651. OLE color: 11477651.

HSL color Cylindrical-coordinate representation of color #9322AF: hue angle of 288.09º 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 #9322AF is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14734175-
CMYK0.160.8100.31
HSL288.09º67.46%40.98%-
HSV(B)288.09º80.57%68.63%-
XYZ20.3410.4441.5-
YUV83.86179.44173.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 34 (13.67% from 255) = 9.55%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=41.29%
G=9.55%
B=49.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147341750.160.8100.31288.0967.4640.98
Hex9322AF105101F1204329
Octal223422572012103744010351
Binary10010011100010101011111000010100010111111001000001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9322AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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