Html Css Color HEX #986AEF Medium Purple

📋 copy color: '#986AEF'

red 152 ◦ green 106 ◦ blue 239

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

Shades of Medium Purple #986AEF

Tints of Medium Purple #986AEF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.33%

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 30.58%
G = 21.33%
B = 48.09%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#986AEF (or 0x986AEF) is known color: Medium Purple. HEX triplet: 98, 6A and EF. RGB value is (152,106,239). Sum of RGB (Red+Green+Blue) = 152+106+239=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #986AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986AEF is #679510. Grayscale: #868686. Windows color (decimal): -6788369 or 15690392. OLE color: 15690392.

HSL color Cylindrical-coordinate representation of color #986AEF: hue angle of 260.75º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #986AEF is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 106 239 -
CMYK 0.36 0.56 0 0.06
HSL 260.75º 0.81% 0.68% -
HSV(B) 260.75º 0.56% 0.94% -
XYZ 33.68 23.22 84.37 -
YUV 134.92 186.74 140.19 -
System Red Green Blue C M Y K H S L
Decimal 152 106 239 0.36 0.56 0 0.06 260.75 0.81 0.68
Hex 98 6A EF 24 38 0 6 105 51 44
Octal 230 152 357 44 70 0 6 405 121 104
Binary 10011000 1101010 11101111 100100 111000 0 110 100000101 1010001 1000100

Color Harmonies of #986AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986AEF

Black with #986AEF

Text Example


Text Example

White with #986AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,106,239); }

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

background-color css

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

 a { background-color: rgb(152,106,239); }

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

border-color css

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

 span { border-color: rgb(152,106,239); }

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