#9A7BF0

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

Shades of Medium Purple #9A7BF0

Tints of Medium Purple #9A7BF0

Color information

#9A7BF0 (or 0x9A7BF0) is unknown color: approx Medium Purple. HEX triplet: 9A, 7B and F0. RGB value is (154,123,240). Sum of RGB (Red+Green+Blue) = 154+123+240=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #9A7BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7BF0 is #65840F. Grayscale: #919191. Windows color (decimal): -6652944 or 15760282. OLE color: 15760282.

HSL color Cylindrical-coordinate representation of color #9A7BF0: hue angle of 255.9º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A7BF0 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154123240-
CMYK0.360.4900.06
HSL255.9º79.59%71.18%-
HSV(B)255.9º48.75%94.12%-
XYZ36.1427.3385.81-
YUV145.61181.27133.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.79%
GREEN value IS 123 (48.44% from 255) = 23.79%
BLUE value IS 240 (94.14% from 255) = 46.42%
R=29.79%
G=23.79%
B=46.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1541232400.360.4900.06255.979.5971.18
Hex9A7BF02431061005047
Octal232173360446106400120107
Binary10011010111101111110000100100110001011010000000010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,123,240); }

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

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

 a { background-color: rgb(154,123,240); }

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

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

 span { border-color: rgb(154,123,240); }

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