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

📋 copy color: '#986FBB'

red 152 ◦ green 111 ◦ blue 187

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

Shades of Purple Mountain's Majesty #986FBB

Tints of Purple Mountain's Majesty #986FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.56%

R = 33.78%
G = 24.67%
B = 41.56%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#986FBB (or 0x986FBB) is known color: Purple Mountain's Majesty. HEX triplet: 98, 6F and BB. RGB value is (152,111,187). Sum of RGB (Red+Green+Blue) = 152+111+187=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #986FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FBB is #679044. Grayscale: #838383. Windows color (decimal): -6787141 or 12283800. OLE color: 12283800.

HSL color Cylindrical-coordinate representation of color #986FBB: hue angle of 272.37º 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 #986FBB is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 111 187 -
CMYK 0.19 0.41 0 0.27
HSL 272.37º 0.36% 0.58% -
HSV(B) 272.37º 0.41% 0.73% -
XYZ 27.6 21.63 49.73 -
YUV 131.92 159.08 142.32 -
System Red Green Blue C M Y K H S L
Decimal 152 111 187 0.19 0.41 0 0.27 272.37 0.36 0.58
Hex 98 6F BB 13 29 0 1B 110 24 3A
Octal 230 157 273 23 51 0 33 420 44 72
Binary 10011000 1101111 10111011 10011 101001 0 11011 100010000 100100 111010

Color Harmonies of #986FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FBB

Black with #986FBB

Text Example


Text Example

White with #986FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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