Html Css Color HEX #9322AC Dark Orchid

📋 copy color: '#9322AC'

red 147 ◦ green 34 ◦ blue 172

#9322AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9322AC

Tints of Dark Orchid #9322AC

RGB

 RED value IS 147 (57.81% from 255) = 41.64%

 GREEN value IS 34 (13.67% from 255) = 9.63%

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 41.64%
G = 9.63%
B = 48.73%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9322AC (or 0x9322AC) is known color: Dark Orchid. HEX triplet: 93, 22 and AC. RGB value is (147,34,172). Sum of RGB (Red+Green+Blue) = 147+34+172=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #9322AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9322AC is #6CDD53. Grayscale: #535353. Windows color (decimal): -7134548 or 11281043. OLE color: 11281043.

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

Color convert

RGB 147 34 172 -
CMYK 0.15 0.80 0 0.33
HSL 289.13º 0.67% 0.4% -
HSV(B) 289.13º 0.8% 0.67% -
XYZ 20.05 10.33 39.97 -
YUV 83.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 147 34 172 0.15 0.80 0 0.33 289.13 0.67 0.4
Hex 93 22 AC F 50 0 21 121 43 28
Octal 223 42 254 17 120 0 41 441 103 50
Binary 10010011 100010 10101100 1111 1010000 0 100001 100100001 1000011 101000

Color Harmonies of #9322AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9322AC

Black with #9322AC

Text Example


Text Example

White with #9322AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9322AC;
 }
 .AnyTagClassName
 {
   color: #9322AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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