#9A74F1

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

Shades of Medium Purple #9A74F1

Tints of Medium Purple #9A74F1

Color information

#9A74F1 (or 0x9A74F1) is unknown color: approx Medium Purple. HEX triplet: 9A, 74 and F1. RGB value is (154,116,241). Sum of RGB (Red+Green+Blue) = 154+116+241=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #9A74F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A74F1 is #658B0E. Grayscale: #8D8D8D. Windows color (decimal): -6654735 or 15824026. OLE color: 15824026.

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

Color convert

RGB154116241-
CMYK0.360.5200.05
HSL258.24º81.7%70%-
HSV(B)258.24º51.87%94.51%-
XYZ35.4525.7186.31-
YUV141.61184.09136.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.14%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 241 (94.53% from 255) = 47.16%
R=30.14%
G=22.70%
B=47.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1541162410.360.5200.05258.2481.770
Hex9A74F12434051025246
Octal232164361446405402122106
Binary10011010111010011110001100100110100010110000001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A74F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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