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

📋 copy color: '#9678BE'

red 150 ◦ green 120 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9678BE

Tints of Purple Mountain's Majesty #9678BE

RGB

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

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

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

R = 32.61%
G = 26.09%
B = 41.3%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9678BE (or 0x9678BE) is known color: Purple Mountain's Majesty. HEX triplet: 96, 78 and BE. RGB value is (150,120,190). Sum of RGB (Red+Green+Blue) = 150+120+190=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #9678BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678BE is #698741. Grayscale: #888888. Windows color (decimal): -6915906 or 12482710. OLE color: 12482710.

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

Color convert

RGB 150 120 190 -
CMYK 0.21 0.37 0 0.25
HSL 265.71º 0.35% 0.61% -
HSV(B) 265.71º 0.37% 0.75% -
XYZ 28.59 23.63 51.77 -
YUV 136.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 150 120 190 0.21 0.37 0 0.25 265.71 0.35 0.61
Hex 96 78 BE 15 25 0 19 10A 23 3D
Octal 226 170 276 25 45 0 31 412 43 75
Binary 10010110 1111000 10111110 10101 100101 0 11001 100001010 100011 111101

Color Harmonies of #9678BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9678BE

Black with #9678BE

Text Example


Text Example

White with #9678BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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