Html Css Color HEX #986BDA Medium Purple

📋 copy color: '#986BDA'

red 152 ◦ green 107 ◦ blue 218

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

Shades of Medium Purple #986BDA

Tints of Medium Purple #986BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.43%

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

R = 31.87%
G = 22.43%
B = 45.7%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#986BDA (or 0x986BDA) is known color: Medium Purple. HEX triplet: 98, 6B and DA. RGB value is (152,107,218). Sum of RGB (Red+Green+Blue) = 152+107+218=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #986BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BDA is #679425. Grayscale: #848484. Windows color (decimal): -6788134 or 14314392. OLE color: 14314392.

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

Color convert

RGB 152 107 218 -
CMYK 0.30 0.51 0 0.15
HSL 264.32º 0.6% 0.64% -
HSV(B) 264.32º 0.51% 0.85% -
XYZ 30.86 22.25 69 -
YUV 133.11 175.91 141.47 -
System Red Green Blue C M Y K H S L
Decimal 152 107 218 0.30 0.51 0 0.15 264.32 0.6 0.64
Hex 98 6B DA 1E 33 0 F 108 3C 40
Octal 230 153 332 36 63 0 17 410 74 100
Binary 10011000 1101011 11011010 11110 110011 0 1111 100001000 111100 1000000

Color Harmonies of #986BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BDA

Black with #986BDA

Text Example


Text Example

White with #986BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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