#985EEF

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

Shades of Medium Purple #985EEF

Tints of Medium Purple #985EEF

Color information

#985EEF (or 0x985EEF) is unknown color: approx Medium Purple. HEX triplet: 98, 5E and EF. RGB value is (152,94,239). Sum of RGB (Red+Green+Blue) = 152+94+239=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #985EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985EEF is #67A110. Grayscale: #7F7F7F. Windows color (decimal): -6791441 or 15687320. OLE color: 15687320.

HSL color Cylindrical-coordinate representation of color #985EEF: hue angle of 264º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #985EEF is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15294239-
CMYK0.360.6100.06
HSL264º81.92%65.29%-
HSV(B)264º60.67%93.73%-
XYZ32.5320.9183.98-
YUV127.87190.72145.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.34%
GREEN value IS 94 (37.11% from 255) = 19.38%
BLUE value IS 239 (93.75% from 255) = 49.28%
R=31.34%
G=19.38%
B=49.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal152942390.360.6100.0626481.9265.29
Hex985EEF243D061085241
Octal230136357447506410122101
Binary10011000101111011101111100100111101011010000100010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985EEF; }

 p { color: rgb(152,94,239); }

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

<style>
 a { background-color: #985EEF; }

 a { background-color: rgb(152,94,239); }

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

<style>
 span { border-color: #985EEF; }

 span { border-color: rgb(152,94,239); }

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