#9A5DF4

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

Shades of Medium Purple #9A5DF4

Tints of Medium Purple #9A5DF4

Color information

#9A5DF4 (or 0x9A5DF4) is unknown color: approx Medium Purple. HEX triplet: 9A, 5D and F4. RGB value is (154,93,244). Sum of RGB (Red+Green+Blue) = 154+93+244=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #9A5DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A5DF4 is #65A20B. Grayscale: #7F7F7F. Windows color (decimal): -6660620 or 16014746. OLE color: 16014746.

HSL color Cylindrical-coordinate representation of color #9A5DF4: hue angle of 264.24º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A5DF4 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15493244-
CMYK0.370.6200.04
HSL264.24º87.28%66.08%-
HSV(B)264.24º61.89%95.69%-
XYZ33.5721.2387.92-
YUV128.45193.21146.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 93 (36.72% from 255) = 18.94%
BLUE value IS 244 (95.70% from 255) = 49.69%
R=31.36%
G=18.94%
B=49.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal154932440.370.6200.04264.2487.2866.08
Hex9A5DF4253E041085742
Octal232135364457604410127102
Binary10011010101110111110100100101111110010010000100010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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