Html Css Color HEX #986FDA Medium Purple

📋 copy color: '#986FDA'

red 152 ◦ green 111 ◦ blue 218

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

Shades of Medium Purple #986FDA

Tints of Medium Purple #986FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 31.6%
G = 23.08%
B = 45.32%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#986FDA (or 0x986FDA) is known color: Medium Purple. HEX triplet: 98, 6F and DA. RGB value is (152,111,218). Sum of RGB (Red+Green+Blue) = 152+111+218=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #986FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FDA is #679025. Grayscale: #878787. Windows color (decimal): -6787110 or 14315416. OLE color: 14315416.

HSL color Cylindrical-coordinate representation of color #986FDA: hue angle of 262.99º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #986FDA is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 111 218 -
CMYK 0.30 0.49 0 0.15
HSL 262.99º 0.59% 0.65% -
HSV(B) 262.99º 0.49% 0.85% -
XYZ 31.29 23.11 69.14 -
YUV 135.46 174.58 139.8 -
System Red Green Blue C M Y K H S L
Decimal 152 111 218 0.30 0.49 0 0.15 262.99 0.59 0.65
Hex 98 6F DA 1E 31 0 F 107 3B 41
Octal 230 157 332 36 61 0 17 407 73 101
Binary 10011000 1101111 11011010 11110 110001 0 1111 100000111 111011 1000001

Color Harmonies of #986FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FDA

Black with #986FDA

Text Example


Text Example

White with #986FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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