#9322AD

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

Shades of Dark Orchid #9322AD

Tints of Dark Orchid #9322AD

Color information

#9322AD (or 0x9322AD) is unknown color: approx Dark Orchid. HEX triplet: 93, 22 and AD. RGB value is (147,34,173). Sum of RGB (Red+Green+Blue) = 147+34+173=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #9322AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9322AD is #6CDD52. Grayscale: #535353. Windows color (decimal): -7134547 or 11346579. OLE color: 11346579.

HSL color Cylindrical-coordinate representation of color #9322AD: hue angle of 288.78º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9322AD is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14734173-
CMYK0.150.8000.32
HSL288.78º67.15%40.59%-
HSV(B)288.78º80.35%67.84%-
XYZ20.1510.3640.47-
YUV83.63178.44173.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.53%
GREEN value IS 34 (13.67% from 255) = 9.60%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=41.53%
G=9.60%
B=48.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147341730.150.8000.32288.7867.1540.59
Hex9322ADF500201214329
Octal223422551712004044110351
Binary10010011100010101011011111101000001000001001000011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9322AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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