Html Css Color HEX #986EDE Medium Purple

📋 copy color: '#986EDE'

red 152 ◦ green 110 ◦ blue 222

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

Shades of Medium Purple #986EDE

Tints of Medium Purple #986EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 31.4%
G = 22.73%
B = 45.87%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#986EDE (or 0x986EDE) is known color: Medium Purple. HEX triplet: 98, 6E and DE. RGB value is (152,110,222). Sum of RGB (Red+Green+Blue) = 152+110+222=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #986EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986EDE is #679121. Grayscale: #868686. Windows color (decimal): -6787362 or 14577304. OLE color: 14577304.

HSL color Cylindrical-coordinate representation of color #986EDE: hue angle of 262.5º degrees, saturation: 0.63, 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 #986EDE is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 110 222 -
CMYK 0.32 0.50 0 0.13
HSL 262.5º 0.63% 0.65% -
HSV(B) 262.5º 0.5% 0.87% -
XYZ 31.71 23.1 71.89 -
YUV 135.33 176.91 139.89 -
System Red Green Blue C M Y K H S L
Decimal 152 110 222 0.32 0.50 0 0.13 262.5 0.63 0.65
Hex 98 6E DE 20 32 0 D 106 3F 41
Octal 230 156 336 40 62 0 15 406 77 101
Binary 10011000 1101110 11011110 100000 110010 0 1101 100000110 111111 1000001

Color Harmonies of #986EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986EDE

Black with #986EDE

Text Example


Text Example

White with #986EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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