Html Css Color HEX #985EF5 Medium Purple

📋 copy color: '#985EF5'

red 152 ◦ green 94 ◦ blue 245

#985EF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #985EF5

Tints of Medium Purple #985EF5

RGB

 RED value IS 152 (59.77% from 255) = 30.96%

 GREEN value IS 94 (37.11% from 255) = 19.14%

 BLUE value IS 245 (96.09% from 255) = 49.9%

R = 30.96%
G = 19.14%
B = 49.9%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#985EF5 (or 0x985EF5) is known color: Medium Purple. HEX triplet: 98, 5E and F5. RGB value is (152,94,245). Sum of RGB (Red+Green+Blue) = 152+94+245=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #985EF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985EF5 is #67A10A. Grayscale: #808080. Windows color (decimal): -6791435 or 16080536. OLE color: 16080536.

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

Color convert

RGB 152 94 245 -
CMYK 0.38 0.62 0 0.04
HSL 263.05º 0.88% 0.66% -
HSV(B) 263.05º 0.62% 0.96% -
XYZ 33.43 21.27 88.73 -
YUV 128.56 193.72 144.72 -
System Red Green Blue C M Y K H S L
Decimal 152 94 245 0.38 0.62 0 0.04 263.05 0.88 0.66
Hex 98 5E F5 26 3E 0 4 107 58 42
Octal 230 136 365 46 76 0 4 407 130 102
Binary 10011000 1011110 11110101 100110 111110 0 100 100000111 1011000 1000010

Color Harmonies of #985EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985EF5

Black with #985EF5

Text Example


Text Example

White with #985EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #985EF5;
 }
 .AnyTagClassName
 {
   color: #985EF5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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