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

📋 copy color: '#9679BE'

red 150 ◦ green 121 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9679BE

Tints of Purple Mountain's Majesty #9679BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 32.54%
G = 26.25%
B = 41.21%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9679BE (or 0x9679BE) is known color: Purple Mountain's Majesty. HEX triplet: 96, 79 and BE. RGB value is (150,121,190). Sum of RGB (Red+Green+Blue) = 150+121+190=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #9679BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9679BE is #698641. Grayscale: #898989. Windows color (decimal): -6915650 or 12482966. OLE color: 12482966.

HSL color Cylindrical-coordinate representation of color #9679BE: hue angle of 265.22º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9679BE is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 121 190 -
CMYK 0.21 0.36 0 0.25
HSL 265.22º 0.35% 0.61% -
HSV(B) 265.22º 0.36% 0.75% -
XYZ 28.71 23.88 51.81 -
YUV 137.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 150 121 190 0.21 0.36 0 0.25 265.22 0.35 0.61
Hex 96 79 BE 15 24 0 19 109 23 3D
Octal 226 171 276 25 44 0 31 411 43 75
Binary 10010110 1111001 10111110 10101 100100 0 11001 100001001 100011 111101

Color Harmonies of #9679BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9679BE

Black with #9679BE

Text Example


Text Example

White with #9679BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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