#9A7FE5

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

Shades of Medium Purple #9A7FE5

Tints of Medium Purple #9A7FE5

Color information

#9A7FE5 (or 0x9A7FE5) is unknown color: approx Medium Purple. HEX triplet: 9A, 7F and E5. RGB value is (154,127,229). Sum of RGB (Red+Green+Blue) = 154+127+229=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #9A7FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FE5 is #65801A. Grayscale: #929292. Windows color (decimal): -6651931 or 15040410. OLE color: 15040410.

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

Color convert

RGB154127229-
CMYK0.330.4500.10
HSL255.88º66.23%69.8%-
HSV(B)255.88º44.54%89.8%-
XYZ35.0627.7177.63-
YUV146.7174.45133.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.20%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 229 (89.84% from 255) = 44.90%
R=30.20%
G=24.90%
B=44.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1541272290.330.4500.10255.8866.2369.8
Hex9A7FE5212D0A1004246
Octal2321773454155012400102106
Binary100110101111111111001011000011011010101010000000010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,127,229); }

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

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

 a { background-color: rgb(154,127,229); }

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

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

 span { border-color: rgb(154,127,229); }

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