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

📋 copy color: '#966DB6'

red 150 ◦ green 109 ◦ blue 182

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

Shades of Purple Mountain's Majesty #966DB6

Tints of Purple Mountain's Majesty #966DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.27%

R = 34.01%
G = 24.72%
B = 41.27%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#966DB6 (or 0x966DB6) is known color: Purple Mountain's Majesty. HEX triplet: 96, 6D and B6. RGB value is (150,109,182). Sum of RGB (Red+Green+Blue) = 150+109+182=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 182 - color contains mainly: blue. Hex color #966DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DB6 is #699249. Grayscale: #818181. Windows color (decimal): -6918730 or 11955606. OLE color: 11955606.

HSL color Cylindrical-coordinate representation of color #966DB6: hue angle of 273.7º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #966DB6 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 109 182 -
CMYK 0.18 0.40 0 0.29
HSL 273.7º 0.33% 0.57% -
HSV(B) 273.7º 0.4% 0.71% -
XYZ 26.49 20.8 46.87 -
YUV 129.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 150 109 182 0.18 0.40 0 0.29 273.7 0.33 0.57
Hex 96 6D B6 12 28 0 1D 112 21 39
Octal 226 155 266 22 50 0 35 422 41 71
Binary 10010110 1101101 10110110 10010 101000 0 11101 100010010 100001 111001

Color Harmonies of #966DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966DB6

Black with #966DB6

Text Example


Text Example

White with #966DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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