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

📋 copy color: '#996BBB'

red 153 ◦ green 107 ◦ blue 187

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

Shades of Purple Mountain's Majesty #996BBB

Tints of Purple Mountain's Majesty #996BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.94%

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 34.23%
G = 23.94%
B = 41.83%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#996BBB (or 0x996BBB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6B and BB. RGB value is (153,107,187). Sum of RGB (Red+Green+Blue) = 153+107+187=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #996BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BBB is #669444. Grayscale: #818181. Windows color (decimal): -6722629 or 12282777. OLE color: 12282777.

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

Color convert

RGB 153 107 187 -
CMYK 0.18 0.43 0 0.27
HSL 274.5º 0.37% 0.58% -
HSV(B) 274.5º 0.43% 0.73% -
XYZ 27.36 20.88 49.6 -
YUV 129.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 153 107 187 0.18 0.43 0 0.27 274.5 0.37 0.58
Hex 99 6B BB 12 2B 0 1B 112 25 3A
Octal 231 153 273 22 53 0 33 422 45 72
Binary 10011001 1101011 10111011 10010 101011 0 11011 100010010 100101 111010

Color Harmonies of #996BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BBB

Black with #996BBB

Text Example


Text Example

White with #996BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,107,187); }

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

background-color css

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

 a { background-color: rgb(153,107,187); }

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

border-color css

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

 span { border-color: rgb(153,107,187); }

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