#9A31AC

Color #9A31AC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9A31AC

Tints of Dark Orchid #9A31AC

Color information

#9A31AC (or 0x9A31AC) is unknown color: approx Dark Orchid. HEX triplet: 9A, 31 and AC. RGB value is (154,49,172). Sum of RGB (Red+Green+Blue) = 154+49+172=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A31AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A31AC is #65CE53. Grayscale: #5E5E5E. Windows color (decimal): -6671956 or 11284890. OLE color: 11284890.

HSL color Cylindrical-coordinate representation of color #9A31AC: hue angle of 291.22º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A31AC is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15449172-
CMYK0.100.7200.33
HSL291.22º55.66%43.33%-
HSV(B)291.22º71.51%67.45%-
XYZ21.8712.0540.2-
YUV94.42171.79170.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.07%
GREEN value IS 49 (19.53% from 255) = 13.07%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=41.07%
G=13.07%
B=45.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154491720.100.7200.33291.2255.6643.33
Hex9A31ACA48021123382b
Octal23261254121100414437053
Binary1001101011000110101100101010010000100001100100011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A31AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A31AC; }

 p { color: rgb(154,49,172); }

 H1.HeaderClassName
 {
   color: #9A31AC;
 }
 .AnyTagClassName
 {
   color: #9A31AC;
 }
</style>
background-color css

<style>
 a { background-color: #9A31AC; }

 a { background-color: rgb(154,49,172); }

 div.DivClassName
 {
   background-color: #9A31AC;
 }
 .BgClassName
 {
   background-color: #9A31AC;
 }
</style>
border-color css

<style>
 span { border-color: #9A31AC; }

 span { border-color: rgb(154,49,172); }

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