#9865F5

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

Shades of Medium Purple #9865F5

Tints of Medium Purple #9865F5

Color information

#9865F5 (or 0x9865F5) is unknown color: approx Medium Purple. HEX triplet: 98, 65 and F5. RGB value is (152,101,245). Sum of RGB (Red+Green+Blue) = 152+101+245=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #9865F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9865F5 is #679A0A. Grayscale: #848484. Windows color (decimal): -6789643 or 16082328. OLE color: 16082328.

HSL color Cylindrical-coordinate representation of color #9865F5: hue angle of 261.25º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9865F5 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB152101245-
CMYK0.380.5900.04
HSL261.25º87.8%67.84%-
HSV(B)261.25º58.78%96.08%-
XYZ34.0822.5888.95-
YUV132.66191.4141.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.52%
GREEN value IS 101 (39.84% from 255) = 20.28%
BLUE value IS 245 (96.09% from 255) = 49.20%
R=30.52%
G=20.28%
B=49.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1521012450.380.5900.04261.2587.867.84
Hex9865F5263B041055844
Octal230145365467304405130104
Binary10011000110010111110101100110111011010010000010110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9865F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9865F5; }

 p { color: rgb(152,101,245); }

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

<style>
 a { background-color: #9865F5; }

 a { background-color: rgb(152,101,245); }

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

<style>
 span { border-color: #9865F5; }

 span { border-color: rgb(152,101,245); }

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