#9A7BD4

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

Shades of Medium Purple #9A7BD4

Tints of Medium Purple #9A7BD4

Color information

#9A7BD4 (or 0x9A7BD4) is unknown color: approx Medium Purple. HEX triplet: 9A, 7B and D4. RGB value is (154,123,212). Sum of RGB (Red+Green+Blue) = 154+123+212=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #9A7BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7BD4 is #65842B. Grayscale: #8E8E8E. Windows color (decimal): -6652972 or 13925274. OLE color: 13925274.

HSL color Cylindrical-coordinate representation of color #9A7BD4: hue angle of 260.9º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A7BD4 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB154123212-
CMYK0.270.4200.17
HSL260.9º50.86%65.69%-
HSV(B)260.9º41.98%83.14%-
XYZ32.2925.7965.56-
YUV142.42167.27136.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.49%
GREEN value IS 123 (48.44% from 255) = 25.15%
BLUE value IS 212 (83.20% from 255) = 43.35%
R=31.49%
G=25.15%
B=43.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1541232120.270.4200.17260.950.8665.69
Hex9A7BD41B2A0111053342
Octal232173324335202140563102
Binary10011010111101111010100110111010100100011000001011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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