#9A7BDA

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

Shades of Medium Purple #9A7BDA

Tints of Medium Purple #9A7BDA

Color information

#9A7BDA (or 0x9A7BDA) is unknown color: approx Medium Purple. HEX triplet: 9A, 7B and DA. RGB value is (154,123,218). Sum of RGB (Red+Green+Blue) = 154+123+218=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7BDA is #658425. Grayscale: #8E8E8E. Windows color (decimal): -6652966 or 14318490. OLE color: 14318490.

HSL color Cylindrical-coordinate representation of color #9A7BDA: hue angle of 259.58º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A7BDA is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154123218-
CMYK0.290.4400.15
HSL259.58º56.21%66.86%-
HSV(B)259.58º43.58%85.49%-
XYZ33.0626.169.62-
YUV143.1170.27135.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.11%
GREEN value IS 123 (48.44% from 255) = 24.85%
BLUE value IS 218 (85.55% from 255) = 44.04%
R=31.11%
G=24.85%
B=44.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541232180.290.4400.15259.5856.2166.86
Hex9A7BDA1D2C0F1043843
Octal232173332355401740470103
Binary1001101011110111101101011101101100011111000001001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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