#9A5DEB

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

Shades of Medium Purple #9A5DEB

Tints of Medium Purple #9A5DEB

Color information

#9A5DEB (or 0x9A5DEB) is unknown color: approx Medium Purple. HEX triplet: 9A, 5D and EB. RGB value is (154,93,235). Sum of RGB (Red+Green+Blue) = 154+93+235=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A5DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A5DEB is #65A214. Grayscale: #7E7E7E. Windows color (decimal): -6660629 or 15424922. OLE color: 15424922.

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

Color convert

RGB15493235-
CMYK0.340.6000.08
HSL265.77º78.02%64.31%-
HSV(B)265.77º60.43%92.16%-
XYZ32.2420.780.89-
YUV127.43188.71146.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.95%
GREEN value IS 93 (36.72% from 255) = 19.29%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=31.95%
G=19.29%
B=48.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal154932350.340.6000.08265.7778.0264.31
Hex9A5DEB223C0810a4e40
Octal2321353534274010412116100
Binary100110101011101111010111000101111000100010000101010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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