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

📋 copy color: '#996CBA'

red 153 ◦ green 108 ◦ blue 186

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

Shades of Purple Mountain's Majesty #996CBA

Tints of Purple Mountain's Majesty #996CBA

RGB

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

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

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

R = 34.23%
G = 24.16%
B = 41.61%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#996CBA (or 0x996CBA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6C and BA. RGB value is (153,108,186). Sum of RGB (Red+Green+Blue) = 153+108+186=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 108 (42.58% from 255 or 24.16% 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 #996CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CBA is #669345. Grayscale: #828282. Windows color (decimal): -6722374 or 12217497. OLE color: 12217497.

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

Color convert

RGB 153 108 186 -
CMYK 0.18 0.42 0 0.27
HSL 274.62º 0.36% 0.58% -
HSV(B) 274.62º 0.42% 0.73% -
XYZ 27.36 21.04 49.07 -
YUV 130.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 153 108 186 0.18 0.42 0 0.27 274.62 0.36 0.58
Hex 99 6C BA 12 2A 0 1B 113 24 3A
Octal 231 154 272 22 52 0 33 423 44 72
Binary 10011001 1101100 10111010 10010 101010 0 11011 100010011 100100 111010

Color Harmonies of #996CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996CBA

Black with #996CBA

Text Example


Text Example

White with #996CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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