Html Css Color HEX #9326AE Dark Orchid

📋 copy color: '#9326AE'

red 147 ◦ green 38 ◦ blue 174

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

Shades of Dark Orchid #9326AE

Tints of Dark Orchid #9326AE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.58%

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

R = 40.95%
G = 10.58%
B = 48.47%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9326AE (or 0x9326AE) is known color: Dark Orchid. HEX triplet: 93, 26 and AE. RGB value is (147,38,174). Sum of RGB (Red+Green+Blue) = 147+38+174=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #9326AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9326AE is #6CD951. Grayscale: #555555. Windows color (decimal): -7133522 or 11413139. OLE color: 11413139.

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

Color convert

RGB 147 38 174 -
CMYK 0.16 0.78 0 0.32
HSL 288.09º 0.64% 0.42% -
HSV(B) 288.09º 0.78% 0.68% -
XYZ 20.37 10.65 41.03 -
YUV 86.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 147 38 174 0.16 0.78 0 0.32 288.09 0.64 0.42
Hex 93 26 AE 10 4E 0 20 120 40 2A
Octal 223 46 256 20 116 0 40 440 100 52
Binary 10010011 100110 10101110 10000 1001110 0 100000 100100000 1000000 101010

Color Harmonies of #9326AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9326AE

Black with #9326AE

Text Example


Text Example

White with #9326AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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