Html Css Color HEX #986FEA Medium Purple

📋 copy color: '#986FEA'

red 152 ◦ green 111 ◦ blue 234

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

Shades of Medium Purple #986FEA

Tints of Medium Purple #986FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.33%

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 30.58%
G = 22.33%
B = 47.08%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#986FEA (or 0x986FEA) is known color: Medium Purple. HEX triplet: 98, 6F and EA. RGB value is (152,111,234). Sum of RGB (Red+Green+Blue) = 152+111+234=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #986FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986FEA is #679015. Grayscale: #888888. Windows color (decimal): -6787094 or 15363992. OLE color: 15363992.

HSL color Cylindrical-coordinate representation of color #986FEA: hue angle of 260º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #986FEA is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 111 234 -
CMYK 0.35 0.53 0 0.08
HSL 260º 0.75% 0.68% -
HSV(B) 260º 0.53% 0.92% -
XYZ 33.48 23.98 80.71 -
YUV 137.28 182.58 138.5 -
System Red Green Blue C M Y K H S L
Decimal 152 111 234 0.35 0.53 0 0.08 260 0.75 0.68
Hex 98 6F EA 23 35 0 8 104 4B 44
Octal 230 157 352 43 65 0 10 404 113 104
Binary 10011000 1101111 11101010 100011 110101 0 1000 100000100 1001011 1000100

Color Harmonies of #986FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FEA

Black with #986FEA

Text Example


Text Example

White with #986FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,111,234); }

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

background-color css

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

 a { background-color: rgb(152,111,234); }

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

border-color css

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

 span { border-color: rgb(152,111,234); }

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