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

📋 copy color: '#966DB4'

red 150 ◦ green 109 ◦ blue 180

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

Shades of Purple Mountain's Majesty #966DB4

Tints of Purple Mountain's Majesty #966DB4

RGB

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

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

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

R = 34.17%
G = 24.83%
B = 41%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#966DB4 (or 0x966DB4) is known color: Purple Mountain's Majesty. HEX triplet: 96, 6D and B4. RGB value is (150,109,180). Sum of RGB (Red+Green+Blue) = 150+109+180=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #966DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DB4 is #69924B. Grayscale: #818181. Windows color (decimal): -6918732 or 11824534. OLE color: 11824534.

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

Color convert

RGB 150 109 180 -
CMYK 0.17 0.39 0 0.29
HSL 274.65º 0.32% 0.57% -
HSV(B) 274.65º 0.39% 0.71% -
XYZ 26.28 20.72 45.79 -
YUV 129.35 156.58 142.73 -
System Red Green Blue C M Y K H S L
Decimal 150 109 180 0.17 0.39 0 0.29 274.65 0.32 0.57
Hex 96 6D B4 11 27 0 1D 113 20 39
Octal 226 155 264 21 47 0 35 423 40 71
Binary 10010110 1101101 10110100 10001 100111 0 11101 100010011 100000 111001

Color Harmonies of #966DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966DB4

Black with #966DB4

Text Example


Text Example

White with #966DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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