Html Css Color HEX #966FB7 Purple Mountain's Majesty

📋 copy color: '#966FB7'

red 150 ◦ green 111 ◦ blue 183

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

Shades of Purple Mountain's Majesty #966FB7

Tints of Purple Mountain's Majesty #966FB7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25%

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

R = 33.78%
G = 25%
B = 41.22%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#966FB7 (or 0x966FB7) is known color: Purple Mountain's Majesty. HEX triplet: 96, 6F and B7. RGB value is (150,111,183). Sum of RGB (Red+Green+Blue) = 150+111+183=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 183 - color contains mainly: blue. Hex color #966FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FB7 is #699048. Grayscale: #828282. Windows color (decimal): -6918217 or 12021654. OLE color: 12021654.

HSL color Cylindrical-coordinate representation of color #966FB7: hue angle of 272.5º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #966FB7 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 111 183 -
CMYK 0.18 0.39 0 0.28
HSL 272.5º 0.33% 0.58% -
HSV(B) 272.5º 0.39% 0.72% -
XYZ 26.81 21.27 47.49 -
YUV 130.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 150 111 183 0.18 0.39 0 0.28 272.5 0.33 0.58
Hex 96 6F B7 12 27 0 1C 110 21 3A
Octal 226 157 267 22 47 0 34 420 41 72
Binary 10010110 1101111 10110111 10010 100111 0 11100 100010000 100001 111010

Color Harmonies of #966FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FB7

Black with #966FB7

Text Example


Text Example

White with #966FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966FB7; }

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

 H1.HeaderClassName
 {
   color: #966FB7;
 }
 .AnyTagClassName
 {
   color: #966FB7;
 }
</style>

background-color css

<style>
 a { background-color: #966FB7; }

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

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

border-color css

<style>
 span { border-color: #966FB7; }

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

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