Html Css Color HEX #986FE1 Medium Purple

📋 copy color: '#986FE1'

red 152 ◦ green 111 ◦ blue 225

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

Shades of Medium Purple #986FE1

Tints of Medium Purple #986FE1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.75%

 BLUE value IS 225 (88.28% from 255) = 46.11%

R = 31.15%
G = 22.75%
B = 46.11%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#986FE1 (or 0x986FE1) is known color: Medium Purple. HEX triplet: 98, 6F and E1. RGB value is (152,111,225). Sum of RGB (Red+Green+Blue) = 152+111+225=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #986FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FE1 is #67901E. Grayscale: #878787. Windows color (decimal): -6787103 or 14774168. OLE color: 14774168.

HSL color Cylindrical-coordinate representation of color #986FE1: hue angle of 261.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #986FE1 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 111 225 -
CMYK 0.32 0.51 0 0.12
HSL 261.58º 0.66% 0.66% -
HSV(B) 261.58º 0.51% 0.88% -
XYZ 32.22 23.48 74.07 -
YUV 136.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 152 111 225 0.32 0.51 0 0.12 261.58 0.66 0.66
Hex 98 6F E1 20 33 0 C 106 42 42
Octal 230 157 341 40 63 0 14 406 102 102
Binary 10011000 1101111 11100001 100000 110011 0 1100 100000110 1000010 1000010

Color Harmonies of #986FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FE1

Black with #986FE1

Text Example


Text Example

White with #986FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986FE1; }

 p { color: rgb(152,111,225); }

 H1.HeaderClassName
 {
   color: #986FE1;
 }
 .AnyTagClassName
 {
   color: #986FE1;
 }
</style>

background-color css

<style>
 a { background-color: #986FE1; }

 a { background-color: rgb(152,111,225); }

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

border-color css

<style>
 span { border-color: #986FE1; }

 span { border-color: rgb(152,111,225); }

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