#9A6ADD

Color #9A6ADD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9A6ADD

Tints of Medium Purple #9A6ADD

Color information

#9A6ADD (or 0x9A6ADD) is unknown color: approx Medium Purple. HEX triplet: 9A, 6A and DD. RGB value is (154,106,221). Sum of RGB (Red+Green+Blue) = 154+106+221=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A6ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ADD is #659522. Grayscale: #858585. Windows color (decimal): -6657315 or 14510746. OLE color: 14510746.

HSL color Cylindrical-coordinate representation of color #9A6ADD: hue angle of 265.04º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A6ADD is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154106221-
CMYK0.300.5200.13
HSL265.04º62.84%64.12%-
HSV(B)265.04º52.04%86.67%-
XYZ31.5322.471.07-
YUV133.46177.4142.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.02%
GREEN value IS 106 (41.80% from 255) = 22.04%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=32.02%
G=22.04%
B=45.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541062210.300.5200.13265.0462.8464.12
Hex9A6ADD1E340D1093f40
Octal232152335366401541177100
Binary1001101011010101101110111110110100011011000010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,106,221); }

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

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

 a { background-color: rgb(154,106,221); }

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

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

 span { border-color: rgb(154,106,221); }

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