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

📋 copy color: '#996DBB'

red 153 ◦ green 109 ◦ blue 187

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

Shades of Purple Mountain's Majesty #996DBB

Tints of Purple Mountain's Majesty #996DBB

RGB

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

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

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

R = 34.08%
G = 24.28%
B = 41.65%

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

#996DBB (or 0x996DBB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6D and BB. RGB value is (153,109,187). Sum of RGB (Red+Green+Blue) = 153+109+187=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #996DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DBB is #669244. Grayscale: #828282. Windows color (decimal): -6722117 or 12283289. OLE color: 12283289.

HSL color Cylindrical-coordinate representation of color #996DBB: hue angle of 273.85º 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 #996DBB is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 109 187 -
CMYK 0.18 0.42 0 0.27
HSL 273.85º 0.36% 0.58% -
HSV(B) 273.85º 0.42% 0.73% -
XYZ 27.58 21.3 49.67 -
YUV 131.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 153 109 187 0.18 0.42 0 0.27 273.85 0.36 0.58
Hex 99 6D BB 12 2A 0 1B 112 24 3A
Octal 231 155 273 22 52 0 33 422 44 72
Binary 10011001 1101101 10111011 10010 101010 0 11011 100010010 100100 111010

Color Harmonies of #996DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996DBB

Black with #996DBB

Text Example


Text Example

White with #996DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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