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

📋 copy color: '#996FBA'

red 153 ◦ green 111 ◦ blue 186

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

Shades of Purple Mountain's Majesty #996FBA

Tints of Purple Mountain's Majesty #996FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.67%

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

R = 34%
G = 24.67%
B = 41.33%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#996FBA (or 0x996FBA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6F and BA. RGB value is (153,111,186). Sum of RGB (Red+Green+Blue) = 153+111+186=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #996FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FBA is #669045. Grayscale: #838383. Windows color (decimal): -6721606 or 12218265. OLE color: 12218265.

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

Color convert

RGB 153 111 186 -
CMYK 0.18 0.40 0 0.27
HSL 273.6º 0.35% 0.58% -
HSV(B) 273.6º 0.4% 0.73% -
XYZ 27.68 21.69 49.18 -
YUV 132.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 153 111 186 0.18 0.40 0 0.27 273.6 0.35 0.58
Hex 99 6F BA 12 28 0 1B 112 23 3A
Octal 231 157 272 22 50 0 33 422 43 72
Binary 10011001 1101111 10111010 10010 101000 0 11011 100010010 100011 111010

Color Harmonies of #996FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996FBA

Black with #996FBA

Text Example


Text Example

White with #996FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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