Html Css Color HEX #986FD2 Medium Purple

📋 copy color: '#986FD2'

red 152 ◦ green 111 ◦ blue 210

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

Shades of Medium Purple #986FD2

Tints of Medium Purple #986FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.4%

R = 32.14%
G = 23.47%
B = 44.4%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#986FD2 (or 0x986FD2) is known color: Medium Purple. HEX triplet: 98, 6F and D2. RGB value is (152,111,210). Sum of RGB (Red+Green+Blue) = 152+111+210=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 210 - color contains mainly: blue. Hex color #986FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FD2 is #67902D. Grayscale: #868686. Windows color (decimal): -6787118 or 13791128. OLE color: 13791128.

HSL color Cylindrical-coordinate representation of color #986FD2: hue angle of 264.85º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #986FD2 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 111 210 -
CMYK 0.28 0.47 0 0.18
HSL 264.85º 0.52% 0.63% -
HSV(B) 264.85º 0.47% 0.82% -
XYZ 30.27 22.7 63.76 -
YUV 134.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 152 111 210 0.28 0.47 0 0.18 264.85 0.52 0.63
Hex 98 6F D2 1C 2F 0 12 109 34 3F
Octal 230 157 322 34 57 0 22 411 64 77
Binary 10011000 1101111 11010010 11100 101111 0 10010 100001001 110100 111111

Color Harmonies of #986FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FD2

Black with #986FD2

Text Example


Text Example

White with #986FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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