#9A7FDC

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

Shades of Medium Purple #9A7FDC

Tints of Medium Purple #9A7FDC

Color information

#9A7FDC (or 0x9A7FDC) is unknown color: approx Medium Purple. HEX triplet: 9A, 7F and DC. RGB value is (154,127,220). Sum of RGB (Red+Green+Blue) = 154+127+220=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FDC is #658023. Grayscale: #919191. Windows color (decimal): -6651940 or 14450586. OLE color: 14450586.

HSL color Cylindrical-coordinate representation of color #9A7FDC: hue angle of 257.42º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A7FDC is Cyan = 0.3, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154127220-
CMYK0.30.4200.14
HSL257.42º57.06%68.04%-
HSV(B)257.42º42.27%86.27%-
XYZ33.8327.2271.18-
YUV145.68169.95133.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.74%
GREEN value IS 127 (50% from 255) = 25.35%
BLUE value IS 220 (86.33% from 255) = 43.91%
R=30.74%
G=25.35%
B=43.91%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541272200.30.4200.14257.4257.0668.04
Hex9A7FDC1E2A0E1013944
Octal232177334365201640171104
Binary1001101011111111101110011110101010011101000000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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