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

📋 copy color: '#9C76BE'

red 156 ◦ green 118 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9C76BE

Tints of Purple Mountain's Majesty #9C76BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 33.62%
G = 25.43%
B = 40.95%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C76BE (or 0x9C76BE) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 76 and BE. RGB value is (156,118,190). Sum of RGB (Red+Green+Blue) = 156+118+190=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C76BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C76BE is #638941. Grayscale: #898989. Windows color (decimal): -6523202 or 12482204. OLE color: 12482204.

HSL color Cylindrical-coordinate representation of color #9C76BE: hue angle of 271.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C76BE is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 118 190 -
CMYK 0.18 0.38 0 0.25
HSL 271.67º 0.36% 0.6% -
HSV(B) 271.67º 0.38% 0.75% -
XYZ 29.48 23.74 51.74 -
YUV 137.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 156 118 190 0.18 0.38 0 0.25 271.67 0.36 0.6
Hex 9C 76 BE 12 26 0 19 110 24 3C
Octal 234 166 276 22 46 0 31 420 44 74
Binary 10011100 1110110 10111110 10010 100110 0 11001 100010000 100100 111100

Color Harmonies of #9C76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C76BE

Black with #9C76BE

Text Example


Text Example

White with #9C76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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