Html Css Color HEX #9320AC Dark Orchid

📋 copy color: '#9320AC'

red 147 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #9320AC

Tints of Dark Orchid #9320AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.12%

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

R = 41.88%
G = 9.12%
B = 49%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9320AC (or 0x9320AC) is known color: Dark Orchid. HEX triplet: 93, 20 and AC. RGB value is (147,32,172). Sum of RGB (Red+Green+Blue) = 147+32+172=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #9320AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9320AC is #6CDF53. Grayscale: #515151. Windows color (decimal): -7135060 or 11280531. OLE color: 11280531.

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

Color convert

RGB 147 32 172 -
CMYK 0.15 0.81 0 0.33
HSL 289.29º 0.69% 0.4% -
HSV(B) 289.29º 0.81% 0.67% -
XYZ 20 10.21 39.95 -
YUV 82.35 178.6 174.12 -
System Red Green Blue C M Y K H S L
Decimal 147 32 172 0.15 0.81 0 0.33 289.29 0.69 0.4
Hex 93 20 AC F 51 0 21 121 45 28
Octal 223 40 254 17 121 0 41 441 105 50
Binary 10010011 100000 10101100 1111 1010001 0 100001 100100001 1000101 101000

Color Harmonies of #9320AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9320AC

Black with #9320AC

Text Example


Text Example

White with #9320AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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