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

📋 copy color: '#986DBA'

red 152 ◦ green 109 ◦ blue 186

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

Shades of Purple Mountain's Majesty #986DBA

Tints of Purple Mountain's Majesty #986DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 34%
G = 24.38%
B = 41.61%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#986DBA (or 0x986DBA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 6D and BA. RGB value is (152,109,186). Sum of RGB (Red+Green+Blue) = 152+109+186=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #986DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DBA is #679245. Grayscale: #828282. Windows color (decimal): -6787654 or 12217752. OLE color: 12217752.

HSL color Cylindrical-coordinate representation of color #986DBA: hue angle of 273.51º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #986DBA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 109 186 -
CMYK 0.18 0.41 0 0.27
HSL 273.51º 0.36% 0.58% -
HSV(B) 273.51º 0.41% 0.73% -
XYZ 27.28 21.16 49.1 -
YUV 130.64 159.25 143.24 -
System Red Green Blue C M Y K H S L
Decimal 152 109 186 0.18 0.41 0 0.27 273.51 0.36 0.58
Hex 98 6D BA 12 29 0 1B 112 24 3A
Octal 230 155 272 22 51 0 33 422 44 72
Binary 10011000 1101101 10111010 10010 101001 0 11011 100010010 100100 111010

Color Harmonies of #986DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DBA

Black with #986DBA

Text Example


Text Example

White with #986DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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