Html Css Color HEX #986DB8 Purple Mountain's Majesty

📋 copy color: '#986DB8'

red 152 ◦ green 109 ◦ blue 184

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

Shades of Purple Mountain's Majesty #986DB8

Tints of Purple Mountain's Majesty #986DB8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.49%

 BLUE value IS 184 (72.27% from 255) = 41.35%

R = 34.16%
G = 24.49%
B = 41.35%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#986DB8 (or 0x986DB8) is known color: Purple Mountain's Majesty. HEX triplet: 98, 6D and B8. RGB value is (152,109,184). Sum of RGB (Red+Green+Blue) = 152+109+184=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 184 - color contains mainly: blue. Hex color #986DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DB8 is #679247. Grayscale: #828282. Windows color (decimal): -6787656 or 12086680. OLE color: 12086680.

HSL color Cylindrical-coordinate representation of color #986DB8: hue angle of 274.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #986DB8 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 109 184 -
CMYK 0.17 0.41 0 0.28
HSL 274.4º 0.35% 0.57% -
HSV(B) 274.4º 0.41% 0.72% -
XYZ 27.07 21.07 47.99 -
YUV 130.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 152 109 184 0.17 0.41 0 0.28 274.4 0.35 0.57
Hex 98 6D B8 11 29 0 1C 112 23 39
Octal 230 155 270 21 51 0 34 422 43 71
Binary 10011000 1101101 10111000 10001 101001 0 11100 100010010 100011 111001

Color Harmonies of #986DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DB8

Black with #986DB8

Text Example


Text Example

White with #986DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,109,184); }

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

background-color css

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

 a { background-color: rgb(152,109,184); }

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

border-color css

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

 span { border-color: rgb(152,109,184); }

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