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

📋 copy color: '#986BB8'

red 152 ◦ green 107 ◦ blue 184

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

Shades of Purple Mountain's Majesty #986BB8

Tints of Purple Mountain's Majesty #986BB8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.15%

 BLUE value IS 184 (72.27% from 255) = 41.53%

R = 34.31%
G = 24.15%
B = 41.53%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#986BB8 (or 0x986BB8) is known color: Purple Mountain's Majesty. HEX triplet: 98, 6B and B8. RGB value is (152,107,184). Sum of RGB (Red+Green+Blue) = 152+107+184=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 184 - color contains mainly: blue. Hex color #986BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BB8 is #679447. Grayscale: #808080. Windows color (decimal): -6788168 or 12086168. OLE color: 12086168.

HSL color Cylindrical-coordinate representation of color #986BB8: hue angle of 275.06º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #986BB8 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 107 184 -
CMYK 0.17 0.42 0 0.28
HSL 275.06º 0.35% 0.57% -
HSV(B) 275.06º 0.42% 0.72% -
XYZ 26.86 20.65 47.92 -
YUV 129.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 152 107 184 0.17 0.42 0 0.28 275.06 0.35 0.57
Hex 98 6B B8 11 2A 0 1C 113 23 39
Octal 230 153 270 21 52 0 34 423 43 71
Binary 10011000 1101011 10111000 10001 101010 0 11100 100010011 100011 111001

Color Harmonies of #986BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BB8

Black with #986BB8

Text Example


Text Example

White with #986BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,107,184); }

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

background-color css

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

 a { background-color: rgb(152,107,184); }

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

border-color css

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

 span { border-color: rgb(152,107,184); }

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