Html Css Color HEX #9C79BD Purple Mountain's Majesty

📋 copy color: '#9C79BD'

red 156 ◦ green 121 ◦ blue 189

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

Shades of Purple Mountain's Majesty #9C79BD

Tints of Purple Mountain's Majesty #9C79BD

RGB

 RED value IS 156 (61.33% from 255) = 33.48%

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

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 33.48%
G = 25.97%
B = 40.56%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C79BD (or 0x9C79BD) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 79 and BD. RGB value is (156,121,189). Sum of RGB (Red+Green+Blue) = 156+121+189=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C79BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C79BD is #638642. Grayscale: #8A8A8A. Windows color (decimal): -6522435 or 12417436. OLE color: 12417436.

HSL color Cylindrical-coordinate representation of color #9C79BD: hue angle of 270.88º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C79BD is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 121 189 -
CMYK 0.17 0.36 0 0.26
HSL 270.88º 0.34% 0.61% -
HSV(B) 270.88º 0.36% 0.74% -
XYZ 29.73 24.42 51.29 -
YUV 139.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 156 121 189 0.17 0.36 0 0.26 270.88 0.34 0.61
Hex 9C 79 BD 11 24 0 1A 10F 22 3D
Octal 234 171 275 21 44 0 32 417 42 75
Binary 10011100 1111001 10111101 10001 100100 0 11010 100001111 100010 111101

Color Harmonies of #9C79BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C79BD

Black with #9C79BD

Text Example


Text Example

White with #9C79BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C79BD; }

 p { color: rgb(156,121,189); }

 H1.HeaderClassName
 {
   color: #9C79BD;
 }
 .AnyTagClassName
 {
   color: #9C79BD;
 }
</style>

background-color css

<style>
 a { background-color: #9C79BD; }

 a { background-color: rgb(156,121,189); }

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

border-color css

<style>
 span { border-color: #9C79BD; }

 span { border-color: rgb(156,121,189); }

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