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

📋 copy color: '#8C79B2'

red 140 ◦ green 121 ◦ blue 178

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

Shades of Purple Mountain's Majesty #8C79B2

Tints of Purple Mountain's Majesty #8C79B2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.56%

 BLUE value IS 178 (69.92% from 255) = 40.55%

R = 31.89%
G = 27.56%
B = 40.55%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8C79B2 (or 0x8C79B2) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 79 and B2. RGB value is (140,121,178). Sum of RGB (Red+Green+Blue) = 140+121+178=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 178 - color contains mainly: blue. Hex color #8C79B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C79B2 is #73864D. Grayscale: #848484. Windows color (decimal): -7571022 or 11696524. OLE color: 11696524.

HSL color Cylindrical-coordinate representation of color #8C79B2: hue angle of 260º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C79B2 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 121 178 -
CMYK 0.21 0.32 0 0.30
HSL 260º 0.27% 0.59% -
HSV(B) 260º 0.32% 0.7% -
XYZ 25.69 22.46 45.1 -
YUV 133.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 140 121 178 0.21 0.32 0 0.30 260 0.27 0.59
Hex 8C 79 B2 15 20 0 1E 104 1B 3B
Octal 214 171 262 25 40 0 36 404 33 73
Binary 10001100 1111001 10110010 10101 100000 0 11110 100000100 11011 111011

Color Harmonies of #8C79B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C79B2

Black with #8C79B2

Text Example


Text Example

White with #8C79B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,121,178); }

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

background-color css

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

 a { background-color: rgb(140,121,178); }

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

border-color css

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

 span { border-color: rgb(140,121,178); }

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