#9A7CD6

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

Shades of Medium Purple #9A7CD6

Tints of Medium Purple #9A7CD6

Color information

#9A7CD6 (or 0x9A7CD6) is unknown color: approx Medium Purple. HEX triplet: 9A, 7C and D6. RGB value is (154,124,214). Sum of RGB (Red+Green+Blue) = 154+124+214=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #9A7CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7CD6 is #658329. Grayscale: #8E8E8E. Windows color (decimal): -6652714 or 14056602. OLE color: 14056602.

HSL color Cylindrical-coordinate representation of color #9A7CD6: hue angle of 260º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A7CD6 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB154124214-
CMYK0.280.4200.16
HSL260º52.33%66.27%-
HSV(B)260º42.06%83.92%-
XYZ32.6726.1466.94-
YUV143.23167.94135.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 124 (48.83% from 255) = 25.20%
BLUE value IS 214 (83.98% from 255) = 43.50%
R=31.30%
G=25.20%
B=43.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1541242140.280.4200.1626052.3366.27
Hex9A7CD61C2A0101043442
Octal232174326345202040464102
Binary10011010111110011010110111001010100100001000001001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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