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

📋 copy color: '#966FBA'

red 150 ◦ green 111 ◦ blue 186

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

Shades of Purple Mountain's Majesty #966FBA

Tints of Purple Mountain's Majesty #966FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 33.56%
G = 24.83%
B = 41.61%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#966FBA (or 0x966FBA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 6F and BA. RGB value is (150,111,186). Sum of RGB (Red+Green+Blue) = 150+111+186=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #966FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FBA is #699045. Grayscale: #828282. Windows color (decimal): -6918214 or 12218262. OLE color: 12218262.

HSL color Cylindrical-coordinate representation of color #966FBA: hue angle of 271.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #966FBA is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 111 186 -
CMYK 0.19 0.40 0 0.27
HSL 271.2º 0.35% 0.58% -
HSV(B) 271.2º 0.4% 0.73% -
XYZ 27.13 21.4 49.15 -
YUV 131.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 150 111 186 0.19 0.40 0 0.27 271.2 0.35 0.58
Hex 96 6F BA 13 28 0 1B 10F 23 3A
Octal 226 157 272 23 50 0 33 417 43 72
Binary 10010110 1101111 10111010 10011 101000 0 11011 100001111 100011 111010

Color Harmonies of #966FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FBA

Black with #966FBA

Text Example


Text Example

White with #966FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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