Html Css Color HEX #9676BC Purple Mountain's Majesty

📋 copy color: '#9676BC'

red 150 ◦ green 118 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9676BC

Tints of Purple Mountain's Majesty #9676BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.88%

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 32.89%
G = 25.88%
B = 41.23%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9676BC (or 0x9676BC) is known color: Purple Mountain's Majesty. HEX triplet: 96, 76 and BC. RGB value is (150,118,188). Sum of RGB (Red+Green+Blue) = 150+118+188=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #9676BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9676BC is #698943. Grayscale: #878787. Windows color (decimal): -6916420 or 12351126. OLE color: 12351126.

HSL color Cylindrical-coordinate representation of color #9676BC: hue angle of 267.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9676BC is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 118 188 -
CMYK 0.20 0.37 0 0.26
HSL 267.43º 0.34% 0.6% -
HSV(B) 267.43º 0.37% 0.74% -
XYZ 28.13 23.07 50.55 -
YUV 135.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 150 118 188 0.20 0.37 0 0.26 267.43 0.34 0.6
Hex 96 76 BC 14 25 0 1A 10B 22 3C
Octal 226 166 274 24 45 0 32 413 42 74
Binary 10010110 1110110 10111100 10100 100101 0 11010 100001011 100010 111100

Color Harmonies of #9676BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9676BC

Black with #9676BC

Text Example


Text Example

White with #9676BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9676BC; }

 p { color: rgb(150,118,188); }

 H1.HeaderClassName
 {
   color: #9676BC;
 }
 .AnyTagClassName
 {
   color: #9676BC;
 }
</style>

background-color css

<style>
 a { background-color: #9676BC; }

 a { background-color: rgb(150,118,188); }

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

border-color css

<style>
 span { border-color: #9676BC; }

 span { border-color: rgb(150,118,188); }

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