Html Css Color HEX #8C77B6 Purple Mountain's Majesty

📋 copy color: '#8C77B6'

red 140 ◦ green 119 ◦ blue 182

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

Shades of Purple Mountain's Majesty #8C77B6

Tints of Purple Mountain's Majesty #8C77B6

RGB

 RED value IS 140 (55.08% from 255) = 31.75%

 GREEN value IS 119 (46.88% from 255) = 26.98%

 BLUE value IS 182 (71.48% from 255) = 41.27%

R = 31.75%
G = 26.98%
B = 41.27%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8C77B6 (or 0x8C77B6) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 77 and B6. RGB value is (140,119,182). Sum of RGB (Red+Green+Blue) = 140+119+182=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C77B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C77B6 is #738849. Grayscale: #848484. Windows color (decimal): -7571530 or 11958156. OLE color: 11958156.

HSL color Cylindrical-coordinate representation of color #8C77B6: hue angle of 260º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C77B6 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 119 182 -
CMYK 0.23 0.35 0 0.29
HSL 260º 0.3% 0.59% -
HSV(B) 260º 0.35% 0.71% -
XYZ 25.86 22.15 47.17 -
YUV 132.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 140 119 182 0.23 0.35 0 0.29 260 0.3 0.59
Hex 8C 77 B6 17 23 0 1D 104 1E 3B
Octal 214 167 266 27 43 0 35 404 36 73
Binary 10001100 1110111 10110110 10111 100011 0 11101 100000100 11110 111011

Color Harmonies of #8C77B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C77B6

Black with #8C77B6

Text Example


Text Example

White with #8C77B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C77B6; }

 p { color: rgb(140,119,182); }

 H1.HeaderClassName
 {
   color: #8C77B6;
 }
 .AnyTagClassName
 {
   color: #8C77B6;
 }
</style>

background-color css

<style>
 a { background-color: #8C77B6; }

 a { background-color: rgb(140,119,182); }

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

border-color css

<style>
 span { border-color: #8C77B6; }

 span { border-color: rgb(140,119,182); }

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