Html Css Color HEX #986DD7 Medium Purple

📋 copy color: '#986DD7'

red 152 ◦ green 109 ◦ blue 215

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

Shades of Medium Purple #986DD7

Tints of Medium Purple #986DD7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.9%

 BLUE value IS 215 (84.38% from 255) = 45.17%

R = 31.93%
G = 22.9%
B = 45.17%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#986DD7 (or 0x986DD7) is known color: Medium Purple. HEX triplet: 98, 6D and D7. RGB value is (152,109,215). Sum of RGB (Red+Green+Blue) = 152+109+215=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #986DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DD7 is #679228. Grayscale: #858585. Windows color (decimal): -6787625 or 14118296. OLE color: 14118296.

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

Color convert

RGB 152 109 215 -
CMYK 0.29 0.49 0 0.16
HSL 264.34º 0.57% 0.64% -
HSV(B) 264.34º 0.49% 0.84% -
XYZ 30.68 22.52 67.02 -
YUV 133.94 173.75 140.88 -
System Red Green Blue C M Y K H S L
Decimal 152 109 215 0.29 0.49 0 0.16 264.34 0.57 0.64
Hex 98 6D D7 1D 31 0 10 108 39 40
Octal 230 155 327 35 61 0 20 410 71 100
Binary 10011000 1101101 11010111 11101 110001 0 10000 100001000 111001 1000000

Color Harmonies of #986DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DD7

Black with #986DD7

Text Example


Text Example

White with #986DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,109,215); }

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

background-color css

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

 a { background-color: rgb(152,109,215); }

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

border-color css

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

 span { border-color: rgb(152,109,215); }

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