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

📋 copy color: '#966DBA'

red 150 ◦ green 109 ◦ blue 186

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

Shades of Purple Mountain's Majesty #966DBA

Tints of Purple Mountain's Majesty #966DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.49%

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

R = 33.71%
G = 24.49%
B = 41.8%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#966DBA (or 0x966DBA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 6D and BA. RGB value is (150,109,186). Sum of RGB (Red+Green+Blue) = 150+109+186=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #966DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DBA is #699245. Grayscale: #818181. Windows color (decimal): -6918726 or 12217750. OLE color: 12217750.

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

Color convert

RGB 150 109 186 -
CMYK 0.19 0.41 0 0.27
HSL 271.95º 0.36% 0.58% -
HSV(B) 271.95º 0.41% 0.73% -
XYZ 26.91 20.97 49.08 -
YUV 130.04 159.58 142.24 -
System Red Green Blue C M Y K H S L
Decimal 150 109 186 0.19 0.41 0 0.27 271.95 0.36 0.58
Hex 96 6D BA 13 29 0 1B 110 24 3A
Octal 226 155 272 23 51 0 33 420 44 72
Binary 10010110 1101101 10111010 10011 101001 0 11011 100010000 100100 111010

Color Harmonies of #966DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966DBA

Black with #966DBA

Text Example


Text Example

White with #966DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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