Html Css Color HEX #9678BB Purple Mountain's Majesty

📋 copy color: '#9678BB'

red 150 ◦ green 120 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9678BB

Tints of Purple Mountain's Majesty #9678BB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.26%

 BLUE value IS 187 (73.44% from 255) = 40.92%

R = 32.82%
G = 26.26%
B = 40.92%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9678BB (or 0x9678BB) is known color: Purple Mountain's Majesty. HEX triplet: 96, 78 and BB. RGB value is (150,120,187). Sum of RGB (Red+Green+Blue) = 150+120+187=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #9678BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678BB is #698744. Grayscale: #888888. Windows color (decimal): -6915909 or 12286102. OLE color: 12286102.

HSL color Cylindrical-coordinate representation of color #9678BB: hue angle of 266.87º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9678BB is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 120 187 -
CMYK 0.20 0.36 0 0.27
HSL 266.87º 0.33% 0.6% -
HSV(B) 266.87º 0.36% 0.73% -
XYZ 28.26 23.5 50.06 -
YUV 136.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 150 120 187 0.20 0.36 0 0.27 266.87 0.33 0.6
Hex 96 78 BB 14 24 0 1B 10B 21 3C
Octal 226 170 273 24 44 0 33 413 41 74
Binary 10010110 1111000 10111011 10100 100100 0 11011 100001011 100001 111100

Color Harmonies of #9678BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9678BB

Black with #9678BB

Text Example


Text Example

White with #9678BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9678BB; }

 p { color: rgb(150,120,187); }

 H1.HeaderClassName
 {
   color: #9678BB;
 }
 .AnyTagClassName
 {
   color: #9678BB;
 }
</style>

background-color css

<style>
 a { background-color: #9678BB; }

 a { background-color: rgb(150,120,187); }

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

border-color css

<style>
 span { border-color: #9678BB; }

 span { border-color: rgb(150,120,187); }

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