#9324AF

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

Shades of Dark Orchid #9324AF

Tints of Dark Orchid #9324AF

Color information

#9324AF (or 0x9324AF) is unknown color: approx Dark Orchid. HEX triplet: 93, 24 and AF. RGB value is (147,36,175). Sum of RGB (Red+Green+Blue) = 147+36+175=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #9324AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9324AF is #6CDB50. Grayscale: #545454. Windows color (decimal): -7134033 or 11478163. OLE color: 11478163.

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

Color convert

RGB14736175-
CMYK0.160.7900.31
HSL287.91º65.88%41.37%-
HSV(B)287.91º79.43%68.63%-
XYZ20.410.5641.52-
YUV85.04178.77172.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 36 (14.45% from 255) = 10.06%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=41.06%
G=10.06%
B=48.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147361750.160.7900.31287.9165.8841.37
Hex9324AF104F01F1204229
Octal223442572011703744010251
Binary10010011100100101011111000010011110111111001000001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9324AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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