Html Css Color HEX #986EDD Medium Purple

📋 copy color: '#986EDD'

red 152 ◦ green 110 ◦ blue 221

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

Shades of Medium Purple #986EDD

Tints of Medium Purple #986EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.77%

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 31.47%
G = 22.77%
B = 45.76%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#986EDD (or 0x986EDD) is known color: Medium Purple. HEX triplet: 98, 6E and DD. RGB value is (152,110,221). Sum of RGB (Red+Green+Blue) = 152+110+221=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #986EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986EDD is #679122. Grayscale: #868686. Windows color (decimal): -6787363 or 14511768. OLE color: 14511768.

HSL color Cylindrical-coordinate representation of color #986EDD: hue angle of 262.7º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #986EDD is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 110 221 -
CMYK 0.31 0.50 0 0.13
HSL 262.7º 0.62% 0.65% -
HSV(B) 262.7º 0.5% 0.87% -
XYZ 31.58 23.05 71.19 -
YUV 135.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 152 110 221 0.31 0.50 0 0.13 262.7 0.62 0.65
Hex 98 6E DD 1F 32 0 D 107 3E 41
Octal 230 156 335 37 62 0 15 407 76 101
Binary 10011000 1101110 11011101 11111 110010 0 1101 100000111 111110 1000001

Color Harmonies of #986EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986EDD

Black with #986EDD

Text Example


Text Example

White with #986EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,110,221); }

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

background-color css

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

 a { background-color: rgb(152,110,221); }

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

border-color css

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

 span { border-color: rgb(152,110,221); }

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