Html Css Color HEX #986ADD Medium Purple

📋 copy color: '#986ADD'

red 152 ◦ green 106 ◦ blue 221

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

Shades of Medium Purple #986ADD

Tints of Medium Purple #986ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 31.73%
G = 22.13%
B = 46.14%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#986ADD (or 0x986ADD) is known color: Medium Purple. HEX triplet: 98, 6A and DD. RGB value is (152,106,221). Sum of RGB (Red+Green+Blue) = 152+106+221=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #986ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ADD is #679522. Grayscale: #848484. Windows color (decimal): -6788387 or 14510744. OLE color: 14510744.

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

Color convert

RGB 152 106 221 -
CMYK 0.31 0.52 0 0.13
HSL 264º 0.63% 0.64% -
HSV(B) 264º 0.52% 0.87% -
XYZ 31.15 22.2 71.05 -
YUV 132.86 177.74 141.65 -
System Red Green Blue C M Y K H S L
Decimal 152 106 221 0.31 0.52 0 0.13 264 0.63 0.64
Hex 98 6A DD 1F 34 0 D 108 3F 40
Octal 230 152 335 37 64 0 15 410 77 100
Binary 10011000 1101010 11011101 11111 110100 0 1101 100001000 111111 1000000

Color Harmonies of #986ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986ADD

Black with #986ADD

Text Example


Text Example

White with #986ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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