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

📋 copy color: '#9678B6'

red 150 ◦ green 120 ◦ blue 182

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

Shades of Purple Mountain's Majesty #9678B6

Tints of Purple Mountain's Majesty #9678B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.27%

R = 33.19%
G = 26.55%
B = 40.27%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9678B6 (or 0x9678B6) is known color: Purple Mountain's Majesty. HEX triplet: 96, 78 and B6. RGB value is (150,120,182). Sum of RGB (Red+Green+Blue) = 150+120+182=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 182 - color contains mainly: blue. Hex color #9678B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678B6 is #698749. Grayscale: #878787. Windows color (decimal): -6915914 or 11958422. OLE color: 11958422.

HSL color Cylindrical-coordinate representation of color #9678B6: hue angle of 269.03º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9678B6 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 120 182 -
CMYK 0.18 0.34 0 0.29
HSL 269.03º 0.3% 0.59% -
HSV(B) 269.03º 0.34% 0.71% -
XYZ 27.74 23.29 47.29 -
YUV 136.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 150 120 182 0.18 0.34 0 0.29 269.03 0.3 0.59
Hex 96 78 B6 12 22 0 1D 10D 1E 3B
Octal 226 170 266 22 42 0 35 415 36 73
Binary 10010110 1111000 10110110 10010 100010 0 11101 100001101 11110 111011

Color Harmonies of #9678B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9678B6

Black with #9678B6

Text Example


Text Example

White with #9678B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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