#9A6DF1

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

Shades of Medium Purple #9A6DF1

Tints of Medium Purple #9A6DF1

Color information

#9A6DF1 (or 0x9A6DF1) is unknown color: approx Medium Purple. HEX triplet: 9A, 6D and F1. RGB value is (154,109,241). Sum of RGB (Red+Green+Blue) = 154+109+241=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #9A6DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6DF1 is #65920E. Grayscale: #898989. Windows color (decimal): -6656527 or 15822234. OLE color: 15822234.

HSL color Cylindrical-coordinate representation of color #9A6DF1: hue angle of 260.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A6DF1 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB154109241-
CMYK0.360.5500.05
HSL260.45º82.5%68.63%-
HSV(B)260.45º54.77%94.51%-
XYZ34.6724.1686.05-
YUV137.5186.41139.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.56%
GREEN value IS 109 (42.97% from 255) = 21.63%
BLUE value IS 241 (94.53% from 255) = 47.82%
R=30.56%
G=21.63%
B=47.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1541092410.360.5500.05260.4582.568.63
Hex9A6DF12437051045245
Octal232155361446705404122105
Binary10011010110110111110001100100110111010110000010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,109,241); }

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

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

 a { background-color: rgb(154,109,241); }

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

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

 span { border-color: rgb(154,109,241); }

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