Html Css Color HEX #967CB7 Purple Mountain's Majesty

📋 copy color: '#967CB7'

red 150 ◦ green 124 ◦ blue 183

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

Shades of Purple Mountain's Majesty #967CB7

Tints of Purple Mountain's Majesty #967CB7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.13%

 BLUE value IS 183 (71.88% from 255) = 40.04%

R = 32.82%
G = 27.13%
B = 40.04%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#967CB7 (or 0x967CB7) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7C and B7. RGB value is (150,124,183). Sum of RGB (Red+Green+Blue) = 150+124+183=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 183 - color contains mainly: blue. Hex color #967CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CB7 is #698348. Grayscale: #8A8A8A. Windows color (decimal): -6914889 or 12024982. OLE color: 12024982.

HSL color Cylindrical-coordinate representation of color #967CB7: hue angle of 266.44º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #967CB7 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 124 183 -
CMYK 0.18 0.32 0 0.28
HSL 266.44º 0.29% 0.6% -
HSV(B) 266.44º 0.32% 0.72% -
XYZ 28.33 24.32 48 -
YUV 138.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 150 124 183 0.18 0.32 0 0.28 266.44 0.29 0.6
Hex 96 7C B7 12 20 0 1C 10A 1D 3C
Octal 226 174 267 22 40 0 34 412 35 74
Binary 10010110 1111100 10110111 10010 100000 0 11100 100001010 11101 111100

Color Harmonies of #967CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967CB7

Black with #967CB7

Text Example


Text Example

White with #967CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967CB7; }

 p { color: rgb(150,124,183); }

 H1.HeaderClassName
 {
   color: #967CB7;
 }
 .AnyTagClassName
 {
   color: #967CB7;
 }
</style>

background-color css

<style>
 a { background-color: #967CB7; }

 a { background-color: rgb(150,124,183); }

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

border-color css

<style>
 span { border-color: #967CB7; }

 span { border-color: rgb(150,124,183); }

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