Html Css Color HEX #996CB7 Purple Mountain's Majesty

📋 copy color: '#996CB7'

red 153 ◦ green 108 ◦ blue 183

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

Shades of Purple Mountain's Majesty #996CB7

Tints of Purple Mountain's Majesty #996CB7

RGB

 RED value IS 153 (60.16% from 255) = 34.46%

 GREEN value IS 108 (42.58% from 255) = 24.32%

 BLUE value IS 183 (71.88% from 255) = 41.22%

R = 34.46%
G = 24.32%
B = 41.22%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#996CB7 (or 0x996CB7) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6C and B7. RGB value is (153,108,183). Sum of RGB (Red+Green+Blue) = 153+108+183=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 183 - color contains mainly: blue. Hex color #996CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CB7 is #669348. Grayscale: #818181. Windows color (decimal): -6722377 or 12020889. OLE color: 12020889.

HSL color Cylindrical-coordinate representation of color #996CB7: hue angle of 276º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #996CB7 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 108 183 -
CMYK 0.16 0.41 0 0.28
HSL 276º 0.34% 0.57% -
HSV(B) 276º 0.41% 0.72% -
XYZ 27.05 20.92 47.41 -
YUV 130.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 153 108 183 0.16 0.41 0 0.28 276 0.34 0.57
Hex 99 6C B7 10 29 0 1C 114 22 39
Octal 231 154 267 20 51 0 34 424 42 71
Binary 10011001 1101100 10110111 10000 101001 0 11100 100010100 100010 111001

Color Harmonies of #996CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996CB7

Black with #996CB7

Text Example


Text Example

White with #996CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996CB7; }

 p { color: rgb(153,108,183); }

 H1.HeaderClassName
 {
   color: #996CB7;
 }
 .AnyTagClassName
 {
   color: #996CB7;
 }
</style>

background-color css

<style>
 a { background-color: #996CB7; }

 a { background-color: rgb(153,108,183); }

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

border-color css

<style>
 span { border-color: #996CB7; }

 span { border-color: rgb(153,108,183); }

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