Html Css Color HEX #986EDC Medium Purple

📋 copy color: '#986EDC'

red 152 ◦ green 110 ◦ blue 220

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

Shades of Medium Purple #986EDC

Tints of Medium Purple #986EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 31.54%
G = 22.82%
B = 45.64%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#986EDC (or 0x986EDC) is known color: Medium Purple. HEX triplet: 98, 6E and DC. RGB value is (152,110,220). Sum of RGB (Red+Green+Blue) = 152+110+220=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #986EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986EDC is #679123. Grayscale: #868686. Windows color (decimal): -6787364 or 14446232. OLE color: 14446232.

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

Color convert

RGB 152 110 220 -
CMYK 0.31 0.50 0 0.14
HSL 262.91º 0.61% 0.65% -
HSV(B) 262.91º 0.5% 0.86% -
XYZ 31.44 22.99 70.49 -
YUV 135.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 152 110 220 0.31 0.50 0 0.14 262.91 0.61 0.65
Hex 98 6E DC 1F 32 0 E 107 3D 41
Octal 230 156 334 37 62 0 16 407 75 101
Binary 10011000 1101110 11011100 11111 110010 0 1110 100000111 111101 1000001

Color Harmonies of #986EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986EDC

Black with #986EDC

Text Example


Text Example

White with #986EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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