#985AE8

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

Shades of Medium Purple #985AE8

Tints of Medium Purple #985AE8

Color information

#985AE8 (or 0x985AE8) is unknown color: approx Medium Purple. HEX triplet: 98, 5A and E8. RGB value is (152,90,232). Sum of RGB (Red+Green+Blue) = 152+90+232=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #985AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985AE8 is #67A517. Grayscale: #7C7C7C. Windows color (decimal): -6792472 or 15227544. OLE color: 15227544.

HSL color Cylindrical-coordinate representation of color #985AE8: hue angle of 266.2º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #985AE8 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15290232-
CMYK0.340.6100.09
HSL266.2º75.53%63.14%-
HSV(B)266.2º61.21%90.98%-
XYZ31.1719.8178.53-
YUV124.73188.54147.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.07%
GREEN value IS 90 (35.55% from 255) = 18.99%
BLUE value IS 232 (91.02% from 255) = 48.95%
R=32.07%
G=18.99%
B=48.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal152902320.340.6100.09266.275.5363.14
Hex985AE8223D0910a4c3f
Octal230132350427501141211477
Binary10011000101101011101000100010111101010011000010101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,90,232); }

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

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

 a { background-color: rgb(152,90,232); }

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

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

 span { border-color: rgb(152,90,232); }

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