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

📋 copy color: '#986FBA'

red 152 ◦ green 111 ◦ blue 186

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

Shades of Purple Mountain's Majesty #986FBA

Tints of Purple Mountain's Majesty #986FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.72%

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

R = 33.85%
G = 24.72%
B = 41.43%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#986FBA (or 0x986FBA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 6F and BA. RGB value is (152,111,186). Sum of RGB (Red+Green+Blue) = 152+111+186=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #986FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FBA is #679045. Grayscale: #838383. Windows color (decimal): -6787142 or 12218264. OLE color: 12218264.

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

Color convert

RGB 152 111 186 -
CMYK 0.18 0.40 0 0.27
HSL 272.8º 0.35% 0.58% -
HSV(B) 272.8º 0.4% 0.73% -
XYZ 27.5 21.59 49.17 -
YUV 131.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 152 111 186 0.18 0.40 0 0.27 272.8 0.35 0.58
Hex 98 6F BA 12 28 0 1B 111 23 3A
Octal 230 157 272 22 50 0 33 421 43 72
Binary 10011000 1101111 10111010 10010 101000 0 11011 100010001 100011 111010

Color Harmonies of #986FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FBA

Black with #986FBA

Text Example


Text Example

White with #986FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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