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

📋 copy color: '#986EBA'

red 152 ◦ green 110 ◦ blue 186

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

Shades of Purple Mountain's Majesty #986EBA

Tints of Purple Mountain's Majesty #986EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.55%

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

R = 33.93%
G = 24.55%
B = 41.52%

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

#986EBA (or 0x986EBA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 6E and BA. RGB value is (152,110,186). Sum of RGB (Red+Green+Blue) = 152+110+186=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #986EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986EBA is #679145. Grayscale: #828282. Windows color (decimal): -6787398 or 12218008. OLE color: 12218008.

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

Color convert

RGB 152 110 186 -
CMYK 0.18 0.41 0 0.27
HSL 273.16º 0.36% 0.58% -
HSV(B) 273.16º 0.41% 0.73% -
XYZ 27.39 21.37 49.14 -
YUV 131.22 158.91 142.82 -
System Red Green Blue C M Y K H S L
Decimal 152 110 186 0.18 0.41 0 0.27 273.16 0.36 0.58
Hex 98 6E BA 12 29 0 1B 111 24 3A
Octal 230 156 272 22 51 0 33 421 44 72
Binary 10011000 1101110 10111010 10010 101001 0 11011 100010001 100100 111010

Color Harmonies of #986EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986EBA

Black with #986EBA

Text Example


Text Example

White with #986EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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