Html Css Color HEX #9C74BB Purple Mountain's Majesty

📋 copy color: '#9C74BB'

red 156 ◦ green 116 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9C74BB

Tints of Purple Mountain's Majesty #9C74BB

RGB

 RED value IS 156 (61.33% from 255) = 33.99%

 GREEN value IS 116 (45.7% from 255) = 25.27%

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

R = 33.99%
G = 25.27%
B = 40.74%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C74BB (or 0x9C74BB) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 74 and BB. RGB value is (156,116,187). Sum of RGB (Red+Green+Blue) = 156+116+187=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C74BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C74BB is #638B44. Grayscale: #878787. Windows color (decimal): -6523717 or 12285084. OLE color: 12285084.

HSL color Cylindrical-coordinate representation of color #9C74BB: hue angle of 273.8º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C74BB is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 116 187 -
CMYK 0.17 0.38 0 0.27
HSL 273.8º 0.34% 0.59% -
HSV(B) 273.8º 0.38% 0.73% -
XYZ 28.93 23.15 49.96 -
YUV 136.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 156 116 187 0.17 0.38 0 0.27 273.8 0.34 0.59
Hex 9C 74 BB 11 26 0 1B 112 22 3B
Octal 234 164 273 21 46 0 33 422 42 73
Binary 10011100 1110100 10111011 10001 100110 0 11011 100010010 100010 111011

Color Harmonies of #9C74BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C74BB

Black with #9C74BB

Text Example


Text Example

White with #9C74BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C74BB; }

 p { color: rgb(156,116,187); }

 H1.HeaderClassName
 {
   color: #9C74BB;
 }
 .AnyTagClassName
 {
   color: #9C74BB;
 }
</style>

background-color css

<style>
 a { background-color: #9C74BB; }

 a { background-color: rgb(156,116,187); }

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

border-color css

<style>
 span { border-color: #9C74BB; }

 span { border-color: rgb(156,116,187); }

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