#9A73ED

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

Shades of Medium Purple #9A73ED

Tints of Medium Purple #9A73ED

Color information

#9A73ED (or 0x9A73ED) is unknown color: approx Medium Purple. HEX triplet: 9A, 73 and ED. RGB value is (154,115,237). Sum of RGB (Red+Green+Blue) = 154+115+237=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A73ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A73ED is #658C12. Grayscale: #8C8C8C. Windows color (decimal): -6654995 or 15561626. OLE color: 15561626.

HSL color Cylindrical-coordinate representation of color #9A73ED: hue angle of 259.18º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A73ED is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154115237-
CMYK0.350.5100.07
HSL259.18º77.22%69.02%-
HSV(B)259.18º51.48%92.94%-
XYZ34.7425.2583.16-
YUV140.57182.42137.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.43%
GREEN value IS 115 (45.31% from 255) = 22.73%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=30.43%
G=22.73%
B=46.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541152370.350.5100.07259.1877.2269.02
Hex9A73ED2333071034d45
Octal232163355436307403115105
Binary10011010111001111101101100011110011011110000001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A73ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,115,237); }

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

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

 a { background-color: rgb(154,115,237); }

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

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

 span { border-color: rgb(154,115,237); }

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