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

📋 copy color: '#996DBC'

red 153 ◦ green 109 ◦ blue 188

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

Shades of Purple Mountain's Majesty #996DBC

Tints of Purple Mountain's Majesty #996DBC

RGB

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

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

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

R = 34%
G = 24.22%
B = 41.78%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#996DBC (or 0x996DBC) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6D and BC. RGB value is (153,109,188). Sum of RGB (Red+Green+Blue) = 153+109+188=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #996DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DBC is #669243. Grayscale: #828282. Windows color (decimal): -6722116 or 12348825. OLE color: 12348825.

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

Color convert

RGB 153 109 188 -
CMYK 0.19 0.42 0 0.26
HSL 273.42º 0.37% 0.58% -
HSV(B) 273.42º 0.42% 0.74% -
XYZ 27.68 21.34 50.24 -
YUV 131.16 160.08 143.58 -
System Red Green Blue C M Y K H S L
Decimal 153 109 188 0.19 0.42 0 0.26 273.42 0.37 0.58
Hex 99 6D BC 13 2A 0 1A 111 25 3A
Octal 231 155 274 23 52 0 32 421 45 72
Binary 10011001 1101101 10111100 10011 101010 0 11010 100010001 100101 111010

Color Harmonies of #996DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996DBC

Black with #996DBC

Text Example


Text Example

White with #996DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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