#9328AE

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

Shades of Dark Orchid #9328AE

Tints of Dark Orchid #9328AE

Color information

#9328AE (or 0x9328AE) is unknown color: approx Dark Orchid. HEX triplet: 93, 28 and AE. RGB value is (147,40,174). Sum of RGB (Red+Green+Blue) = 147+40+174=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #9328AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9328AE is #6CD751. Grayscale: #565656. Windows color (decimal): -7133010 or 11413651. OLE color: 11413651.

HSL color Cylindrical-coordinate representation of color #9328AE: hue angle of 287.91º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9328AE is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14740174-
CMYK0.160.7700.32
HSL287.91º62.62%41.96%-
HSV(B)287.91º77.01%68.24%-
XYZ20.4310.7841.05-
YUV87.27176.95170.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 40 (16.02% from 255) = 11.08%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=40.72%
G=11.08%
B=48.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147401740.160.7700.32287.9162.6241.96
Hex9328AE104D0201203f2a
Octal22350256201150404407752
Binary10010011101000101011101000010011010100000100100000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9328AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9328AE; }

 p { color: rgb(147,40,174); }

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

<style>
 a { background-color: #9328AE; }

 a { background-color: rgb(147,40,174); }

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

<style>
 span { border-color: #9328AE; }

 span { border-color: rgb(147,40,174); }

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