#9A5FE6

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

Shades of Medium Purple #9A5FE6

Tints of Medium Purple #9A5FE6

Color information

#9A5FE6 (or 0x9A5FE6) is unknown color: approx Medium Purple. HEX triplet: 9A, 5F and E6. RGB value is (154,95,230). Sum of RGB (Red+Green+Blue) = 154+95+230=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 230 - color contains mainly: blue. Hex color #9A5FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A5FE6 is #65A019. Grayscale: #7F7F7F. Windows color (decimal): -6660122 or 15097754. OLE color: 15097754.

HSL color Cylindrical-coordinate representation of color #9A5FE6: hue angle of 266.22º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A5FE6 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15495230-
CMYK0.330.5900.10
HSL266.22º72.97%63.73%-
HSV(B)266.22º58.7%90.2%-
XYZ31.720.7777.2-
YUV128.03185.55146.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.15%
GREEN value IS 95 (37.5% from 255) = 19.83%
BLUE value IS 230 (90.23% from 255) = 48.02%
R=32.15%
G=19.83%
B=48.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal154952300.330.5900.10266.2272.9763.73
Hex9A5FE6213B0A10a4940
Octal2321373464173012412111100
Binary100110101011111111001101000011110110101010000101010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,95,230); }

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

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

 a { background-color: rgb(154,95,230); }

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

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

 span { border-color: rgb(154,95,230); }

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