#9A7BD5

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

Shades of Medium Purple #9A7BD5

Tints of Medium Purple #9A7BD5

Color information

#9A7BD5 (or 0x9A7BD5) is unknown color: approx Medium Purple. HEX triplet: 9A, 7B and D5. RGB value is (154,123,213). Sum of RGB (Red+Green+Blue) = 154+123+213=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #9A7BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7BD5 is #65842A. Grayscale: #8E8E8E. Windows color (decimal): -6652971 or 13990810. OLE color: 13990810.

HSL color Cylindrical-coordinate representation of color #9A7BD5: hue angle of 260.67º 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 #9A7BD5 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB154123213-
CMYK0.280.4200.16
HSL260.67º51.72%65.88%-
HSV(B)260.67º42.25%83.53%-
XYZ32.4225.8466.23-
YUV142.53167.77136.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.43%
GREEN value IS 123 (48.44% from 255) = 25.10%
BLUE value IS 213 (83.59% from 255) = 43.47%
R=31.43%
G=25.10%
B=43.47%

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
Decimal1541232130.280.4200.16260.6751.7265.88
Hex9A7BD51C2A0101053442
Octal232173325345202040564102
Binary10011010111101111010101111001010100100001000001011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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