#9D5BEC

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

Shades of Medium Purple #9D5BEC

Tints of Medium Purple #9D5BEC

Color information

#9D5BEC (or 0x9D5BEC) is unknown color: approx Medium Purple. HEX triplet: 9D, 5B and EC. RGB value is (157,91,236). Sum of RGB (Red+Green+Blue) = 157+91+236=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D5BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5BEC is #62A413. Grayscale: #7E7E7E. Windows color (decimal): -6464532 or 15489949. OLE color: 15489949.

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

Color convert

RGB15791236-
CMYK0.330.6100.07
HSL267.31º79.23%64.12%-
HSV(B)267.31º61.44%92.55%-
XYZ32.7920.7181.63-
YUV127.26189.37149.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.44%
GREEN value IS 91 (35.94% from 255) = 18.80%
BLUE value IS 236 (92.58% from 255) = 48.76%
R=32.44%
G=18.80%
B=48.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal157912360.330.6100.07267.3179.2364.12
Hex9D5BEC213D0710b4f40
Octal235133354417507413117100
Binary10011101101101111101100100001111101011110000101110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,91,236); }

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

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

 a { background-color: rgb(157,91,236); }

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

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

 span { border-color: rgb(157,91,236); }

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