Html Css Color HEX #986FD4 Medium Purple

📋 copy color: '#986FD4'

red 152 ◦ green 111 ◦ blue 212

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

Shades of Medium Purple #986FD4

Tints of Medium Purple #986FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.63%

R = 32%
G = 23.37%
B = 44.63%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#986FD4 (or 0x986FD4) is known color: Medium Purple. HEX triplet: 98, 6F and D4. RGB value is (152,111,212). Sum of RGB (Red+Green+Blue) = 152+111+212=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 212 - color contains mainly: blue. Hex color #986FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FD4 is #67902B. Grayscale: #868686. Windows color (decimal): -6787116 or 13922200. OLE color: 13922200.

HSL color Cylindrical-coordinate representation of color #986FD4: hue angle of 264.36º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #986FD4 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 111 212 -
CMYK 0.28 0.48 0 0.17
HSL 264.36º 0.54% 0.63% -
HSV(B) 264.36º 0.48% 0.83% -
XYZ 30.52 22.8 65.08 -
YUV 134.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 152 111 212 0.28 0.48 0 0.17 264.36 0.54 0.63
Hex 98 6F D4 1C 30 0 11 108 36 3F
Octal 230 157 324 34 60 0 21 410 66 77
Binary 10011000 1101111 11010100 11100 110000 0 10001 100001000 110110 111111

Color Harmonies of #986FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FD4

Black with #986FD4

Text Example


Text Example

White with #986FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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