#985FEB

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

Shades of Medium Purple #985FEB

Tints of Medium Purple #985FEB

Color information

#985FEB (or 0x985FEB) is unknown color: approx Medium Purple. HEX triplet: 98, 5F and EB. RGB value is (152,95,235). Sum of RGB (Red+Green+Blue) = 152+95+235=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #985FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985FEB is #67A014. Grayscale: #7F7F7F. Windows color (decimal): -6791189 or 15425432. OLE color: 15425432.

HSL color Cylindrical-coordinate representation of color #985FEB: hue angle of 264.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #985FEB is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15295235-
CMYK0.350.6000.08
HSL264.43º77.78%64.71%-
HSV(B)264.43º59.57%92.16%-
XYZ32.0420.8680.93-
YUV128188.38145.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.54%
GREEN value IS 95 (37.5% from 255) = 19.71%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=31.54%
G=19.71%
B=48.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal152952350.350.6000.08264.4377.7864.71
Hex985FEB233C081084e41
Octal2301373534374010410116101
Binary100110001011111111010111000111111000100010000100010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,95,235); }

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

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

 a { background-color: rgb(152,95,235); }

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

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

 span { border-color: rgb(152,95,235); }

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