#9A5DF1

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

Shades of Medium Purple #9A5DF1

Tints of Medium Purple #9A5DF1

Color information

#9A5DF1 (or 0x9A5DF1) is unknown color: approx Medium Purple. HEX triplet: 9A, 5D and F1. RGB value is (154,93,241). Sum of RGB (Red+Green+Blue) = 154+93+241=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #9A5DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A5DF1 is #65A20E. Grayscale: #7F7F7F. Windows color (decimal): -6660623 or 15818138. OLE color: 15818138.

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

Color convert

RGB15493241-
CMYK0.360.6100.05
HSL264.73º84.09%65.49%-
HSV(B)264.73º61.41%94.51%-
XYZ33.1221.0585.54-
YUV128.11191.71146.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.56%
GREEN value IS 93 (36.72% from 255) = 19.06%
BLUE value IS 241 (94.53% from 255) = 49.39%
R=31.56%
G=19.06%
B=49.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal154932410.360.6100.05264.7384.0965.49
Hex9A5DF1243D051095441
Octal232135361447505411124101
Binary10011010101110111110001100100111101010110000100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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