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

📋 copy color: '#996EBC'

red 153 ◦ green 110 ◦ blue 188

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

Shades of Purple Mountain's Majesty #996EBC

Tints of Purple Mountain's Majesty #996EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.39%

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 33.92%
G = 24.39%
B = 41.69%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#996EBC (or 0x996EBC) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6E and BC. RGB value is (153,110,188). Sum of RGB (Red+Green+Blue) = 153+110+188=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #996EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996EBC is #669143. Grayscale: #838383. Windows color (decimal): -6721860 or 12349081. OLE color: 12349081.

HSL color Cylindrical-coordinate representation of color #996EBC: hue angle of 273.08º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #996EBC is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 110 188 -
CMYK 0.19 0.41 0 0.26
HSL 273.08º 0.37% 0.58% -
HSV(B) 273.08º 0.41% 0.74% -
XYZ 27.79 21.56 50.27 -
YUV 131.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 153 110 188 0.19 0.41 0 0.26 273.08 0.37 0.58
Hex 99 6E BC 13 29 0 1A 111 25 3A
Octal 231 156 274 23 51 0 32 421 45 72
Binary 10011001 1101110 10111100 10011 101001 0 11010 100010001 100101 111010

Color Harmonies of #996EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996EBC

Black with #996EBC

Text Example


Text Example

White with #996EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,110,188); }

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

background-color css

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

 a { background-color: rgb(153,110,188); }

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

border-color css

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

 span { border-color: rgb(153,110,188); }

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