#9861E1

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

Shades of Medium Purple #9861E1

Tints of Medium Purple #9861E1

Color information

#9861E1 (or 0x9861E1) is unknown color: approx Medium Purple. HEX triplet: 98, 61 and E1. RGB value is (152,97,225). Sum of RGB (Red+Green+Blue) = 152+97+225=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #9861E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9861E1 is #679E1E. Grayscale: #7F7F7F. Windows color (decimal): -6790687 or 14770584. OLE color: 14770584.

HSL color Cylindrical-coordinate representation of color #9861E1: hue angle of 265.78º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9861E1 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15297225-
CMYK0.320.5700.12
HSL265.78º68.09%63.14%-
HSV(B)265.78º56.89%88.24%-
XYZ30.8120.6673.6-
YUV128.04182.72145.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.07%
GREEN value IS 97 (38.28% from 255) = 20.46%
BLUE value IS 225 (88.28% from 255) = 47.47%
R=32.07%
G=20.46%
B=47.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal152972250.320.5700.12265.7868.0963.14
Hex9861E120390C10a443f
Octal230141341407101441210477
Binary10011000110000111100001100000111001011001000010101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9861E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9861E1; }

 p { color: rgb(152,97,225); }

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

<style>
 a { background-color: #9861E1; }

 a { background-color: rgb(152,97,225); }

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

<style>
 span { border-color: #9861E1; }

 span { border-color: rgb(152,97,225); }

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