Html Css Color HEX #9327AC Dark Orchid

📋 copy color: '#9327AC'

red 147 ◦ green 39 ◦ blue 172

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

Shades of Dark Orchid #9327AC

Tints of Dark Orchid #9327AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.89%

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

R = 41.06%
G = 10.89%
B = 48.04%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9327AC (or 0x9327AC) is known color: Dark Orchid. HEX triplet: 93, 27 and AC. RGB value is (147,39,172). Sum of RGB (Red+Green+Blue) = 147+39+172=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #9327AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9327AC is #6CD853. Grayscale: #565656. Windows color (decimal): -7133268 or 11282323. OLE color: 11282323.

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

Color convert

RGB 147 39 172 -
CMYK 0.15 0.77 0 0.33
HSL 288.72º 0.63% 0.41% -
HSV(B) 288.72º 0.77% 0.67% -
XYZ 20.2 10.63 40.02 -
YUV 86.45 176.28 171.19 -
System Red Green Blue C M Y K H S L
Decimal 147 39 172 0.15 0.77 0 0.33 288.72 0.63 0.41
Hex 93 27 AC F 4D 0 21 121 3F 29
Octal 223 47 254 17 115 0 41 441 77 51
Binary 10010011 100111 10101100 1111 1001101 0 100001 100100001 111111 101001

Color Harmonies of #9327AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9327AC

Black with #9327AC

Text Example


Text Example

White with #9327AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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