Html Css Color HEX #9679BD Purple Mountain's Majesty

📋 copy color: '#9679BD'

red 150 ◦ green 121 ◦ blue 189

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

Shades of Purple Mountain's Majesty #9679BD

Tints of Purple Mountain's Majesty #9679BD

RGB

 RED value IS 150 (58.98% from 255) = 32.61%

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

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

R = 32.61%
G = 26.3%
B = 41.09%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9679BD (or 0x9679BD) is known color: Purple Mountain's Majesty. HEX triplet: 96, 79 and BD. RGB value is (150,121,189). Sum of RGB (Red+Green+Blue) = 150+121+189=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #9679BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9679BD is #698642. Grayscale: #898989. Windows color (decimal): -6915651 or 12417430. OLE color: 12417430.

HSL color Cylindrical-coordinate representation of color #9679BD: hue angle of 265.59º 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 #9679BD is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 121 189 -
CMYK 0.21 0.36 0 0.26
HSL 265.59º 0.34% 0.61% -
HSV(B) 265.59º 0.36% 0.74% -
XYZ 28.6 23.83 51.24 -
YUV 137.42 157.11 136.97 -
System Red Green Blue C M Y K H S L
Decimal 150 121 189 0.21 0.36 0 0.26 265.59 0.34 0.61
Hex 96 79 BD 15 24 0 1A 10A 22 3D
Octal 226 171 275 25 44 0 32 412 42 75
Binary 10010110 1111001 10111101 10101 100100 0 11010 100001010 100010 111101

Color Harmonies of #9679BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9679BD

Black with #9679BD

Text Example


Text Example

White with #9679BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9679BD; }

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

 H1.HeaderClassName
 {
   color: #9679BD;
 }
 .AnyTagClassName
 {
   color: #9679BD;
 }
</style>

background-color css

<style>
 a { background-color: #9679BD; }

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

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

border-color css

<style>
 span { border-color: #9679BD; }

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

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