#985AE4

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

Shades of Medium Purple #985AE4

Tints of Medium Purple #985AE4

Color information

#985AE4 (or 0x985AE4) is unknown color: approx Medium Purple. HEX triplet: 98, 5A and E4. RGB value is (152,90,228). Sum of RGB (Red+Green+Blue) = 152+90+228=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #985AE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985AE4 is #67A51B. Grayscale: #7B7B7B. Windows color (decimal): -6792476 or 14965400. OLE color: 14965400.

HSL color Cylindrical-coordinate representation of color #985AE4: hue angle of 266.96º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #985AE4 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15290228-
CMYK0.330.6100.11
HSL266.96º71.88%62.35%-
HSV(B)266.96º60.53%89.41%-
XYZ30.6119.5975.57-
YUV124.27186.54147.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.34%
GREEN value IS 90 (35.55% from 255) = 19.15%
BLUE value IS 228 (89.45% from 255) = 48.51%
R=32.34%
G=19.15%
B=48.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152902280.330.6100.11266.9671.8862.35
Hex985AE4213D0B10b483e
Octal230132344417501341311076
Binary10011000101101011100100100001111101010111000010111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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