#9A7CF1

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

Shades of Medium Purple #9A7CF1

Tints of Medium Purple #9A7CF1

Color information

#9A7CF1 (or 0x9A7CF1) is unknown color: approx Medium Purple. HEX triplet: 9A, 7C and F1. RGB value is (154,124,241). Sum of RGB (Red+Green+Blue) = 154+124+241=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #9A7CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7CF1 is #65830E. Grayscale: #919191. Windows color (decimal): -6652687 or 15826074. OLE color: 15826074.

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

Color convert

RGB154124241-
CMYK0.360.4900.05
HSL255.38º80.69%71.57%-
HSV(B)255.38º48.55%94.51%-
XYZ36.4127.6486.63-
YUV146.31181.44133.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 124 (48.83% from 255) = 23.89%
BLUE value IS 241 (94.53% from 255) = 46.44%
R=29.67%
G=23.89%
B=46.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1541242410.360.4900.05255.3880.6971.57
Hex9A7CF1243105ff5148
Octal232174361446105377121110
Binary1001101011111001111000110010011000101011111111110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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