Html Css Color HEX #986BDC Medium Purple

📋 copy color: '#986BDC'

red 152 ◦ green 107 ◦ blue 220

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

Shades of Medium Purple #986BDC

Tints of Medium Purple #986BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 31.73%
G = 22.34%
B = 45.93%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#986BDC (or 0x986BDC) is known color: Medium Purple. HEX triplet: 98, 6B and DC. RGB value is (152,107,220). Sum of RGB (Red+Green+Blue) = 152+107+220=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #986BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BDC is #679423. Grayscale: #848484. Windows color (decimal): -6788132 or 14445464. OLE color: 14445464.

HSL color Cylindrical-coordinate representation of color #986BDC: hue angle of 263.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #986BDC is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 107 220 -
CMYK 0.31 0.51 0 0.14
HSL 263.89º 0.62% 0.64% -
HSV(B) 263.89º 0.51% 0.86% -
XYZ 31.12 22.36 70.39 -
YUV 133.34 176.91 141.31 -
System Red Green Blue C M Y K H S L
Decimal 152 107 220 0.31 0.51 0 0.14 263.89 0.62 0.64
Hex 98 6B DC 1F 33 0 E 108 3E 40
Octal 230 153 334 37 63 0 16 410 76 100
Binary 10011000 1101011 11011100 11111 110011 0 1110 100001000 111110 1000000

Color Harmonies of #986BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BDC

Black with #986BDC

Text Example


Text Example

White with #986BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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