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

📋 copy color: '#9C76BC'

red 156 ◦ green 118 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9C76BC

Tints of Purple Mountain's Majesty #9C76BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.54%

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

R = 33.77%
G = 25.54%
B = 40.69%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C76BC (or 0x9C76BC) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 76 and BC. RGB value is (156,118,188). Sum of RGB (Red+Green+Blue) = 156+118+188=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C76BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C76BC is #638943. Grayscale: #898989. Windows color (decimal): -6523204 or 12351132. OLE color: 12351132.

HSL color Cylindrical-coordinate representation of color #9C76BC: hue angle of 272.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C76BC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 118 188 -
CMYK 0.17 0.37 0 0.26
HSL 272.57º 0.34% 0.6% -
HSV(B) 272.57º 0.37% 0.74% -
XYZ 29.27 23.66 50.6 -
YUV 137.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 156 118 188 0.17 0.37 0 0.26 272.57 0.34 0.6
Hex 9C 76 BC 11 25 0 1A 111 22 3C
Octal 234 166 274 21 45 0 32 421 42 74
Binary 10011100 1110110 10111100 10001 100101 0 11010 100010001 100010 111100

Color Harmonies of #9C76BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C76BC

Black with #9C76BC

Text Example


Text Example

White with #9C76BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,118,188); }

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

background-color css

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

 a { background-color: rgb(156,118,188); }

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

border-color css

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

 span { border-color: rgb(156,118,188); }

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