Html Css Color HEX #986FD8 Medium Purple

📋 copy color: '#986FD8'

red 152 ◦ green 111 ◦ blue 216

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

Shades of Medium Purple #986FD8

Tints of Medium Purple #986FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.09%

R = 31.73%
G = 23.17%
B = 45.09%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#986FD8 (or 0x986FD8) is known color: Medium Purple. HEX triplet: 98, 6F and D8. RGB value is (152,111,216). Sum of RGB (Red+Green+Blue) = 152+111+216=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #986FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FD8 is #679027. Grayscale: #868686. Windows color (decimal): -6787112 or 14184344. OLE color: 14184344.

HSL color Cylindrical-coordinate representation of color #986FD8: hue angle of 263.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #986FD8 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 111 216 -
CMYK 0.30 0.49 0 0.15
HSL 263.43º 0.57% 0.64% -
HSV(B) 263.43º 0.49% 0.85% -
XYZ 31.03 23 67.77 -
YUV 135.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 152 111 216 0.30 0.49 0 0.15 263.43 0.57 0.64
Hex 98 6F D8 1E 31 0 F 107 39 40
Octal 230 157 330 36 61 0 17 407 71 100
Binary 10011000 1101111 11011000 11110 110001 0 1111 100000111 111001 1000000

Color Harmonies of #986FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FD8

Black with #986FD8

Text Example


Text Example

White with #986FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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