#9A5EEB

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

Shades of Medium Purple #9A5EEB

Tints of Medium Purple #9A5EEB

Color information

#9A5EEB (or 0x9A5EEB) is unknown color: approx Medium Purple. HEX triplet: 9A, 5E and EB. RGB value is (154,94,235). Sum of RGB (Red+Green+Blue) = 154+94+235=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A5EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A5EEB is #65A114. Grayscale: #7F7F7F. Windows color (decimal): -6660373 or 15425178. OLE color: 15425178.

HSL color Cylindrical-coordinate representation of color #9A5EEB: hue angle of 265.53º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A5EEB is Cyan = 0.34, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15494235-
CMYK0.340.600.08
HSL265.53º77.9%64.51%-
HSV(B)265.53º60%92.16%-
XYZ32.3220.8780.92-
YUV128.01188.38146.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.88%
GREEN value IS 94 (37.11% from 255) = 19.46%
BLUE value IS 235 (92.19% from 255) = 48.65%
R=31.88%
G=19.46%
B=48.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal154942350.340.600.08265.5377.964.51
Hex9A5EEB223C0810a4e41
Octal2321363534274010412116101
Binary100110101011110111010111000101111000100010000101010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,94,235); }

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

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

 a { background-color: rgb(154,94,235); }

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

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

 span { border-color: rgb(154,94,235); }

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