#9D86F2

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

Shades of Medium Purple #9D86F2

Tints of Medium Purple #9D86F2

Color information

#9D86F2 (or 0x9D86F2) is unknown color: approx Medium Purple. HEX triplet: 9D, 86 and F2. RGB value is (157,134,242). Sum of RGB (Red+Green+Blue) = 157+134+242=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #9D86F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D86F2 is #62790D. Grayscale: #989898. Windows color (decimal): -6453518 or 15894173. OLE color: 15894173.

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

Color convert

RGB157134242-
CMYK0.350.4500.05
HSL252.78º80.6%73.73%-
HSV(B)252.78º44.63%94.9%-
XYZ38.4630.6387.89-
YUV153.19178.12130.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.46%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 242 (94.92% from 255) = 45.40%
R=29.46%
G=25.14%
B=45.40%

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
Decimal1571342420.350.4500.05252.7880.673.73
Hex9D86F2232D05fd514a
Octal235206362435505375121112
Binary10011101100001101111001010001110110101011111110110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D86F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,134,242); }

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

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

 a { background-color: rgb(157,134,242); }

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

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

 span { border-color: rgb(157,134,242); }

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