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

📋 copy color: '#966FB4'

red 150 ◦ green 111 ◦ blue 180

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

Shades of Purple Mountain's Majesty #966FB4

Tints of Purple Mountain's Majesty #966FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.82%

R = 34.01%
G = 25.17%
B = 40.82%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#966FB4 (or 0x966FB4) is known color: Purple Mountain's Majesty. HEX triplet: 96, 6F and B4. RGB value is (150,111,180). Sum of RGB (Red+Green+Blue) = 150+111+180=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #966FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FB4 is #69904B. Grayscale: #828282. Windows color (decimal): -6918220 or 11825046. OLE color: 11825046.

HSL color Cylindrical-coordinate representation of color #966FB4: hue angle of 273.91º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #966FB4 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 111 180 -
CMYK 0.17 0.38 0 0.29
HSL 273.91º 0.32% 0.57% -
HSV(B) 273.91º 0.38% 0.71% -
XYZ 26.5 21.15 45.87 -
YUV 130.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 150 111 180 0.17 0.38 0 0.29 273.91 0.32 0.57
Hex 96 6F B4 11 26 0 1D 112 20 39
Octal 226 157 264 21 46 0 35 422 40 71
Binary 10010110 1101111 10110100 10001 100110 0 11101 100010010 100000 111001

Color Harmonies of #966FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FB4

Black with #966FB4

Text Example


Text Example

White with #966FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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