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

📋 copy color: '#986EBC'

red 152 ◦ green 110 ◦ blue 188

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

Shades of Purple Mountain's Majesty #986EBC

Tints of Purple Mountain's Majesty #986EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 33.78%
G = 24.44%
B = 41.78%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#986EBC (or 0x986EBC) is known color: Purple Mountain's Majesty. HEX triplet: 98, 6E and BC. RGB value is (152,110,188). Sum of RGB (Red+Green+Blue) = 152+110+188=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #986EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986EBC is #679143. Grayscale: #838383. Windows color (decimal): -6787396 or 12349080. OLE color: 12349080.

HSL color Cylindrical-coordinate representation of color #986EBC: hue angle of 272.31º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #986EBC is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 110 188 -
CMYK 0.19 0.41 0 0.26
HSL 272.31º 0.37% 0.58% -
HSV(B) 272.31º 0.41% 0.74% -
XYZ 27.6 21.46 50.26 -
YUV 131.45 159.91 142.66 -
System Red Green Blue C M Y K H S L
Decimal 152 110 188 0.19 0.41 0 0.26 272.31 0.37 0.58
Hex 98 6E BC 13 29 0 1A 110 25 3A
Octal 230 156 274 23 51 0 32 420 45 72
Binary 10011000 1101110 10111100 10011 101001 0 11010 100010000 100101 111010

Color Harmonies of #986EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986EBC

Black with #986EBC

Text Example


Text Example

White with #986EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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