#9A5BED

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

Shades of Medium Purple #9A5BED

Tints of Medium Purple #9A5BED

Color information

#9A5BED (or 0x9A5BED) is unknown color: approx Medium Purple. HEX triplet: 9A, 5B and ED. RGB value is (154,91,237). Sum of RGB (Red+Green+Blue) = 154+91+237=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A5BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A5BED is #65A412. Grayscale: #7D7D7D. Windows color (decimal): -6661139 or 15555482. OLE color: 15555482.

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

Color convert

RGB15491237-
CMYK0.350.6200.07
HSL265.89º80.22%64.31%-
HSV(B)265.89º61.6%92.94%-
XYZ32.3520.4782.37-
YUV126.48190.37147.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.95%
GREEN value IS 91 (35.94% from 255) = 18.88%
BLUE value IS 237 (92.97% from 255) = 49.17%
R=31.95%
G=18.88%
B=49.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal154912370.350.6200.07265.8980.2264.31
Hex9A5BED233E0710a5040
Octal232133355437607412120100
Binary10011010101101111101101100011111110011110000101010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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