#9D5CEE

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

Shades of Medium Purple #9D5CEE

Tints of Medium Purple #9D5CEE

Color information

#9D5CEE (or 0x9D5CEE) is unknown color: approx Medium Purple. HEX triplet: 9D, 5C and EE. RGB value is (157,92,238). Sum of RGB (Red+Green+Blue) = 157+92+238=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D5CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5CEE is #62A311. Grayscale: #7F7F7F. Windows color (decimal): -6464274 or 15621277. OLE color: 15621277.

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

Color convert

RGB15792238-
CMYK0.340.6100.07
HSL266.71º81.11%64.71%-
HSV(B)266.71º61.34%93.33%-
XYZ33.162183.19-
YUV128.08190.03148.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.24%
GREEN value IS 92 (36.33% from 255) = 18.89%
BLUE value IS 238 (93.36% from 255) = 48.87%
R=32.24%
G=18.89%
B=48.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal157922380.340.6100.07266.7181.1164.71
Hex9D5CEE223D0710b5141
Octal235134356427507413121101
Binary10011101101110011101110100010111101011110000101110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,92,238); }

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

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

 a { background-color: rgb(157,92,238); }

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

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

 span { border-color: rgb(157,92,238); }

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