Html Css Color HEX #986ADC Medium Purple

📋 copy color: '#986ADC'

red 152 ◦ green 106 ◦ blue 220

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

Shades of Medium Purple #986ADC

Tints of Medium Purple #986ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.18%

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

R = 31.8%
G = 22.18%
B = 46.03%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#986ADC (or 0x986ADC) is known color: Medium Purple. HEX triplet: 98, 6A and DC. RGB value is (152,106,220). Sum of RGB (Red+Green+Blue) = 152+106+220=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #986ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ADC is #679523. Grayscale: #848484. Windows color (decimal): -6788388 or 14445208. OLE color: 14445208.

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

Color convert

RGB 152 106 220 -
CMYK 0.31 0.52 0 0.14
HSL 264.21º 0.62% 0.64% -
HSV(B) 264.21º 0.52% 0.86% -
XYZ 31.02 22.15 70.35 -
YUV 132.75 177.24 141.73 -
System Red Green Blue C M Y K H S L
Decimal 152 106 220 0.31 0.52 0 0.14 264.21 0.62 0.64
Hex 98 6A DC 1F 34 0 E 108 3E 40
Octal 230 152 334 37 64 0 16 410 76 100
Binary 10011000 1101010 11011100 11111 110100 0 1110 100001000 111110 1000000

Color Harmonies of #986ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986ADC

Black with #986ADC

Text Example


Text Example

White with #986ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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