#9D85F1

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

Shades of Medium Purple #9D85F1

Tints of Medium Purple #9D85F1

Color information

#9D85F1 (or 0x9D85F1) is unknown color: approx Medium Purple. HEX triplet: 9D, 85 and F1. RGB value is (157,133,241). Sum of RGB (Red+Green+Blue) = 157+133+241=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #9D85F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D85F1 is #627A0E. Grayscale: #989898. Windows color (decimal): -6453775 or 15828381. OLE color: 15828381.

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

Color convert

RGB157133241-
CMYK0.350.4500.05
HSL253.33º79.41%73.33%-
HSV(B)253.33º44.81%94.51%-
XYZ38.1730.2987.05-
YUV152.49177.95131.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.57%
GREEN value IS 133 (52.34% from 255) = 25.05%
BLUE value IS 241 (94.53% from 255) = 45.39%
R=29.57%
G=25.05%
B=45.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1571332410.350.4500.05253.3379.4173.33
Hex9D85F1232D05fd4f49
Octal235205361435505375117111
Binary10011101100001011111000110001110110101011111110110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D85F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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