Html Css Color HEX #9328AE Dark Orchid

📋 copy color: '#9328AE'

red 147 ◦ green 40 ◦ blue 174

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

Shades of Dark Orchid #9328AE

Tints of Dark Orchid #9328AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

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

R = 40.72%
G = 11.08%
B = 48.2%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9328AE (or 0x9328AE) is known color: Dark Orchid. HEX triplet: 93, 28 and AE. RGB value is (147,40,174). Sum of RGB (Red+Green+Blue) = 147+40+174=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #9328AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9328AE is #6CD751. Grayscale: #565656. Windows color (decimal): -7133010 or 11413651. OLE color: 11413651.

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

Color convert

RGB 147 40 174 -
CMYK 0.16 0.77 0 0.32
HSL 287.91º 0.63% 0.42% -
HSV(B) 287.91º 0.77% 0.68% -
XYZ 20.43 10.78 41.05 -
YUV 87.27 176.95 170.6 -
System Red Green Blue C M Y K H S L
Decimal 147 40 174 0.16 0.77 0 0.32 287.91 0.63 0.42
Hex 93 28 AE 10 4D 0 20 120 3F 2A
Octal 223 50 256 20 115 0 40 440 77 52
Binary 10010011 101000 10101110 10000 1001101 0 100000 100100000 111111 101010

Color Harmonies of #9328AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9328AE

Black with #9328AE

Text Example


Text Example

White with #9328AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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