#9A7DF3

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

Shades of Medium Purple #9A7DF3

Tints of Medium Purple #9A7DF3

Color information

#9A7DF3 (or 0x9A7DF3) is unknown color: approx Medium Purple. HEX triplet: 9A, 7D and F3. RGB value is (154,125,243). Sum of RGB (Red+Green+Blue) = 154+125+243=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #9A7DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7DF3 is #65820C. Grayscale: #929292. Windows color (decimal): -6652429 or 15957402. OLE color: 15957402.

HSL color Cylindrical-coordinate representation of color #9A7DF3: hue angle of 254.75º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A7DF3 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB154125243-
CMYK0.370.4900.05
HSL254.75º83.1%72.16%-
HSV(B)254.75º48.56%95.29%-
XYZ36.8428.0188.26-
YUV147.12182.11132.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.50%
GREEN value IS 125 (49.22% from 255) = 23.95%
BLUE value IS 243 (95.31% from 255) = 46.55%
R=29.50%
G=23.95%
B=46.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1541252430.370.4900.05254.7583.172.16
Hex9A7DF3253105ff5348
Octal232175363456105377123110
Binary1001101011111011111001110010111000101011111111110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,125,243); }

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

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

 a { background-color: rgb(154,125,243); }

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

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

 span { border-color: rgb(154,125,243); }

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