#9C76BE

Color #9C76BE Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #9C76BE

Tints of Purple Mountain's Majesty #9C76BE

Color information

#9C76BE (or 0x9C76BE) is unknown color: approx 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

RGB156118190-
CMYK0.180.3800.25
HSL271.67º35.64%60.39%-
HSV(B)271.67º37.89%74.51%-
XYZ29.4823.7451.74-
YUV137.57157.59141.15-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561181900.180.3800.25271.6735.6460.39
Hex9C76BE1226019110243c
Octal23416627622460314204474
Binary1001110011101101011111010010100110011001100010000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C76BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>