#9D55F1

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

Shades of Medium Purple #9D55F1

Tints of Medium Purple #9D55F1

Color information

#9D55F1 (or 0x9D55F1) is unknown color: approx Medium Purple. HEX triplet: 9D, 55 and F1. RGB value is (157,85,241). Sum of RGB (Red+Green+Blue) = 157+85+241=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #9D55F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D55F1 is #62AA0E. Grayscale: #7B7B7B. Windows color (decimal): -6466063 or 15816093. OLE color: 15816093.

HSL color Cylindrical-coordinate representation of color #9D55F1: hue angle of 267.69º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D55F1 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15785241-
CMYK0.350.6500.05
HSL267.69º84.78%63.92%-
HSV(B)267.69º64.73%94.51%-
XYZ33.0320.0285.34-
YUV124.31193.85151.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.51%
GREEN value IS 85 (33.59% from 255) = 17.60%
BLUE value IS 241 (94.53% from 255) = 49.90%
R=32.51%
G=17.60%
B=49.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal157852410.350.6500.05267.6984.7863.92
Hex9D55F123410510c5540
Octal2351253614310105414125100
Binary100111011010101111100011000111000001010110000110010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D55F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,85,241); }

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

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

 a { background-color: rgb(157,85,241); }

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

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

 span { border-color: rgb(157,85,241); }

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