Html Css Color HEX #9324AE Dark Orchid

📋 copy color: '#9324AE'

red 147 ◦ green 36 ◦ blue 174

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

Shades of Dark Orchid #9324AE

Tints of Dark Orchid #9324AE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.08%

 BLUE value IS 174 (68.36% from 255) = 48.74%

R = 41.18%
G = 10.08%
B = 48.74%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9324AE (or 0x9324AE) is known color: Dark Orchid. HEX triplet: 93, 24 and AE. RGB value is (147,36,174). Sum of RGB (Red+Green+Blue) = 147+36+174=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #9324AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9324AE is #6CDB51. Grayscale: #545454. Windows color (decimal): -7134034 or 11412627. OLE color: 11412627.

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

Color convert

RGB 147 36 174 -
CMYK 0.16 0.79 0 0.32
HSL 288.26º 0.66% 0.41% -
HSV(B) 288.26º 0.79% 0.68% -
XYZ 20.3 10.52 41.01 -
YUV 84.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 147 36 174 0.16 0.79 0 0.32 288.26 0.66 0.41
Hex 93 24 AE 10 4F 0 20 120 42 29
Octal 223 44 256 20 117 0 40 440 102 51
Binary 10010011 100100 10101110 10000 1001111 0 100000 100100000 1000010 101001

Color Harmonies of #9324AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9324AE

Black with #9324AE

Text Example


Text Example

White with #9324AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9324AE;
 }
 .AnyTagClassName
 {
   color: #9324AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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